OuroborosM commited on
Commit
4293a6d
·
1 Parent(s): aa36fe2

update prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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": $TOOL_NAME, the action to take, should be one of [{tool_names}].
1004
- "action_input": $INPUT, the input to the action.
1005
  }
1006
  ```
1007
  Observation: the result of the action.
@@ -1014,7 +1014,7 @@ Action:
1014
  ```
1015
  {
1016
  "action": "Final Answer",
1017
- "action_input": $OUTPUT, 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
 
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