Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it more reliable for StructuredAgent (langchain-ai#1453)
StructuredAgent needs to format this to {action, action_input} format where `action_input: string`. However, gpt-3.5-turbo very frequently fails to do so. Instead it generates formats like this: `{action, action_input: {url}}`. This tiny prompt change makes it more reliable.
- Loading branch information