update prompt
Browse files
agent.py
CHANGED
|
@@ -89,10 +89,6 @@ def answer_message(state: AgentState) -> AgentState:
|
|
| 89 |
Do not include any thought process before answering the question, and only response exactly what was being asked of you.
|
| 90 |
If you are not able to provide an answer, please state the limitation that you're facing instead.
|
| 91 |
|
| 92 |
-
You can optionally use a web search tool.
|
| 93 |
-
if you need web information, answer ONLY:
|
| 94 |
-
CALL_WEB_SEARCH: <your search query>
|
| 95 |
-
|
| 96 |
Example question: How many hours are there in a day?
|
| 97 |
Response: 24
|
| 98 |
|
|
|
|
| 89 |
Do not include any thought process before answering the question, and only response exactly what was being asked of you.
|
| 90 |
If you are not able to provide an answer, please state the limitation that you're facing instead.
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
Example question: How many hours are there in a day?
|
| 93 |
Response: 24
|
| 94 |
|