xd11yggy commited on
Commit
d2e2025
Β·
verified Β·
1 Parent(s): 9c73406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,6 +100,7 @@ GOOD examples:
100
  - You should wait for web search execution after you used one command.
101
  - 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.
102
  - MOST IMPORTANT! Use multiple <search> commands to fully complete user task.
 
103
  '''
104
 
105
  def process_searches(response):
 
100
  - You should wait for web search execution after you used one command.
101
  - 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.
102
  - MOST IMPORTANT! Use multiple <search> commands to fully complete user task.
103
+ - After last <search> command you need to provide final answer. So you used your last <search> command and in the same response you provide final answer.
104
  '''
105
 
106
  def process_searches(response):