Spaces:
Running
Running
Update app.py
Browse files
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):
|