Spaces:
Runtime error
Runtime error
Commit
·
8a2c742
1
Parent(s):
274ab18
update prompt
Browse files
app.py
CHANGED
@@ -1000,13 +1000,13 @@ Thought: you should always think about what to do and consider previous and subs
|
|
1000 |
Action:
|
1001 |
```
|
1002 |
{{
|
1003 |
-
|
1004 |
-
|
1005 |
}}
|
1006 |
```
|
1007 |
Observation: the result of the action.
|
1008 |
|
1009 |
-
|
1010 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.
|
1011 |
|
1012 |
---\n When you are able to provide final answer, you must use the following format to output "Thought", "Action" (json blob):
|
@@ -1015,8 +1015,8 @@ Thought: I know what to respond
|
|
1015 |
Action:
|
1016 |
```
|
1017 |
{{
|
1018 |
-
|
1019 |
-
|
1020 |
}}
|
1021 |
```
|
1022 |
|
|
|
1000 |
Action:
|
1001 |
```
|
1002 |
{{
|
1003 |
+
"action": should be one of [{tool_names}],
|
1004 |
+
"action_input": "the input to the action"
|
1005 |
}}
|
1006 |
```
|
1007 |
Observation: the result of the action.
|
1008 |
|
1009 |
+
|
1010 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.
|
1011 |
|
1012 |
---\n When you are able to provide final answer, you must use the following format to output "Thought", "Action" (json blob):
|
|
|
1015 |
Action:
|
1016 |
```
|
1017 |
{{
|
1018 |
+
"action": "Final Answer",
|
1019 |
+
"action_input": "Final response to human"
|
1020 |
}}
|
1021 |
```
|
1022 |
|