Spaces:
Runtime error
Runtime error
Commit
·
67c24f2
1
Parent(s):
f33e744
remove bracket
Browse files
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
|
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 |
```
|