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
2023-11-16 16:47:05 -08:00
..
cli IMPROVEMENT Lock pydantic v1 in app template, cli 0.0.18 (#13485) 2023-11-16 15:22:11 -08:00
experimental bump 336, exp 44 (#13420) 2023-11-15 14:08:34 -08:00
langchain Bug: OpenAIFunctionsAgentOutputParser doesn't handle functions with no args (#13467) 2023-11-16 16:47:05 -08:00