xd11yggy commited on
Commit
04444ac
Β·
verified Β·
1 Parent(s): a42ba4a

Update app.py

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