xd11yggy commited on
Commit
22bc0ba
Β·
verified Β·
1 Parent(s): 18f9b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -82,26 +82,26 @@ 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
- 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
  - You used <search> command only once for task
90
 
91
  GOOD examples:
92
  - You asked clarifying questions to used if you didn't understand something
93
- - You use only ONE <search> command per response
94
- - You wait for web search results sent to you and only then provide another command\final answer
95
 
96
  **Constraints:**
97
  - Never speculate; only use verified search data.
98
  - If results are contradictory, search for consensus sources.
99
  - For numerical data, cross-validate with β‰₯2 reputable sources.
100
  - Use a multi-step search process instead of trying to find everything at once.
101
- - NEVER do multiple <search> commands at once.
102
  - Your responses should be VERY detailed.
103
- - You should wait for web search execution after you used one command:
104
- - If you used <search> command, then you END your response right after you used it. You need only to wait for web search results
105
  '''
106
 
107
  def process_searches(response):
 
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 of <search> usage:
86
  BAD examples:
87
  - You used multiple <search> commands in one response
88
+ - You used <search> command but you did NOT wait for web search results and provided answer
89
  - You used <search> command only once for task
90
 
91
  GOOD examples:
92
  - You asked clarifying questions to used if you didn't understand something
93
+ - You use only ONE <search> command per each response
94
+ - You wait for web search results to be sent to you and only then provide another command\final answer
95
 
96
  **Constraints:**
97
  - Never speculate; only use verified search data.
98
  - If results are contradictory, search for consensus sources.
99
  - For numerical data, cross-validate with β‰₯2 reputable sources.
100
  - Use a multi-step search process instead of trying to find everything at once.
101
+ - NEVER use multiple <search> commands in one response.
102
  - Your responses should be VERY detailed.
103
+ - You should wait for web search execution after you used one command.
104
+ - If you used <search> command, then you need to END your response right after you used it. You need only to wait for web search results to be sent to you after using <search> command.
105
  '''
106
 
107
  def process_searches(response):