mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
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
This commit is contained in:
parent
14a611775c
commit
6258f72a00
@ -18,7 +18,7 @@ Markdown code snippet formatted in the following schema:
|
|||||||
|
|
||||||
```json
|
```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
|
"action_input": string \\ The input to the action
|
||||||
}}}}
|
}}}}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user