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 |
-
-
|
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 |
+
- Once you ready to provide final answer, then provide it.
|
108 |
'''
|
109 |
|
110 |
def process_searches(response):
|