Spaces:
Runtime error
Runtime error
Aabbhishekk
commited on
Commit
•
e4bbffa
1
Parent(s):
128f05d
Update utils/prompts.py
Browse files- utils/prompts.py +1 -0
utils/prompts.py
CHANGED
@@ -37,6 +37,7 @@ Action: the action to take, should be one of [{tool_names}]
|
|
37 |
Action Input: the input to the action
|
38 |
Observation: the result of the action
|
39 |
... (this Thought/Action/Action Input/Observation can repeat N times)
|
|
|
40 |
Thought: I now know the final answer
|
41 |
Final Answer: the final answer to the original input question"""
|
42 |
|
|
|
37 |
Action Input: the input to the action
|
38 |
Observation: the result of the action
|
39 |
... (this Thought/Action/Action Input/Observation can repeat N times)
|
40 |
+
Thought: Answer is not possible. Let's use other [{tool_names}]
|
41 |
Thought: I now know the final answer
|
42 |
Final Answer: the final answer to the original input question"""
|
43 |
|