You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
chris stucchio d7f014cd89
Bug: OpenAIFunctionsAgentOutputParser doesn't handle functions with no args (#13467)
**Description/Issue:** 
When OpenAI calls a function with no args, the args are `""` rather than
`"{}"`. Then `json.loads("")` blows up. This PR handles it correctly.

**Dependencies:** None
9 months ago
..
cli IMPROVEMENT Lock pydantic v1 in app template, cli 0.0.18 (#13485) 9 months ago
experimental bump 336, exp 44 (#13420) 9 months ago
langchain Bug: OpenAIFunctionsAgentOutputParser doesn't handle functions with no args (#13467) 9 months ago