Add missing comma in conv chat agent prompt json (#5573)

# Add missing comma in conversational chat agent prompt json

Inspired by: https://github.com/hwchase17/langchainjs/pull/1498
searx_updates
Andrew Lei 12 months ago committed by GitHub
parent 14a611775c
commit 6258f72a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ Markdown code snippet formatted in the following schema:
```json
{{{{
"action": string \\ The action to take. Must be one of {tool_names}
"action": string, \\ The action to take. Must be one of {tool_names}
"action_input": string \\ The input to the action
}}}}
```

Loading…
Cancel
Save