OuroborosM commited on
Commit
67c24f2
·
1 Parent(s): f33e744

remove bracket

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1000,7 +1000,7 @@ Thought: you should always think about what to do and consider previous and subs
1000
  Action:
1001
  ```
1002
  {{
1003
- "action": should be one of [{tool_names}],
1004
  "action_input": "the input to the action"
1005
  }}
1006
  ```
 
1000
  Action:
1001
  ```
1002
  {{
1003
+ "action": should be one of {tool_names},
1004
  "action_input": "the input to the action"
1005
  }}
1006
  ```