Spaces:
Runtime error
Runtime error
Commit
·
f33e744
1
Parent(s):
2f9c96e
back to prompt
Browse files
app.py
CHANGED
@@ -999,10 +999,10 @@ When it is necessary to use tools and you must use the following format to outpu
|
|
999 |
Thought: you should always think about what to do and consider previous and subsequent steps
|
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 |
|
@@ -1014,10 +1014,10 @@ If **Thought**, **Action** is missing in the response of using tools, you must r
|
|
1014 |
Thought: I know what to respond
|
1015 |
Action:
|
1016 |
```
|
1017 |
-
{{
|
1018 |
"action": "Final Answer",
|
1019 |
"action_input": "Final response to human"
|
1020 |
-
}}
|
1021 |
```
|
1022 |
|
1023 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.
|
|
|
999 |
Thought: you should always think about what to do and consider previous and subsequent steps
|
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 |
|
|
|
1014 |
Thought: I know what to respond
|
1015 |
Action:
|
1016 |
```
|
1017 |
+
{{
|
1018 |
"action": "Final Answer",
|
1019 |
"action_input": "Final response to human"
|
1020 |
+
}}
|
1021 |
```
|
1022 |
|
1023 |
If **Thought**, **Action** is missing in the response of using tools, you must re-write the response.
|