Paperbag commited on
Commit
48a69ad
·
1 Parent(s): 854b294

update prompt

Browse files
Files changed (1) hide show
  1. agent.py +0 -4
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