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

update prompt

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 [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
  ```