mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-15 20:04:15 +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:
@@ -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
|
||||||
}}}}
|
}}}}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user