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

update prompt tools

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": the action to take, should be one of [{tool_names}].
1004
  "action_input": the input to the action.
1005
  }
1006
  ```
 
1000
  Action:
1001
  ```
1002
  {
1003
+ "action": the action to take, should be one of [Vector Database Search, Duckduckgo Internet Search, Wikipedia Search, Code Runner, Calculator, Text To Sound API 2].
1004
  "action_input": the input to the action.
1005
  }
1006
  ```