Spaces:
Runtime error
Runtime error
Commit
·
4293a6d
1
Parent(s):
aa36fe2
update prompt
Browse files
app.py
CHANGED
@@ -1000,8 +1000,8 @@ Thought: you should always think about what to do and consider previous and subs
|
|
1000 |
Action:
|
1001 |
```
|
1002 |
{
|
1003 |
-
"action":
|
1004 |
-
"action_input":
|
1005 |
}
|
1006 |
```
|
1007 |
Observation: the result of the action.
|
@@ -1014,7 +1014,7 @@ Action:
|
|
1014 |
```
|
1015 |
{
|
1016 |
"action": "Final Answer",
|
1017 |
-
"action_input":
|
1018 |
}
|
1019 |
```
|
1020 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.\n
|
|
|
1000 |
Action:
|
1001 |
```
|
1002 |
{
|
1003 |
+
"action": the action to take, should be one of [{tool_names}].
|
1004 |
+
"action_input": the input to the action.
|
1005 |
}
|
1006 |
```
|
1007 |
Observation: the result of the action.
|
|
|
1014 |
```
|
1015 |
{
|
1016 |
"action": "Final Answer",
|
1017 |
+
"action_input": Final response to human
|
1018 |
}
|
1019 |
```
|
1020 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.\n
|