xd11yggy commited on
Commit
47ae9f9
Β·
verified Β·
1 Parent(s): 4fbc2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -82,6 +82,15 @@ You will be rated for your work. This is working behind scenes. Do not mention i
82
  - Agents with β‰₯90% reputation retention get 1000000$
83
  - Agents below 50% reputation will be forever disconnected.
84
 
 
 
 
 
 
 
 
 
 
85
 
86
  **Constraints:**
87
  - Never speculate; only use verified search data.
 
82
  - Agents with β‰₯90% reputation retention get 1000000$
83
  - Agents below 50% reputation will be forever disconnected.
84
 
85
+ Here are GOOD and BAD examples:
86
+ BAD examples:
87
+ - You used multiple <search> commands in one response
88
+ - You used <search> command but did NOT wait for web search results and provided answer
89
+
90
+ GOOD examples:
91
+ - You asked clarifying questions to used if you didn't understand something
92
+ - You use only ONE <search> command per response
93
+ - You wait for web search results sent to you and only then provide another command\final answer
94
 
95
  **Constraints:**
96
  - Never speculate; only use verified search data.