mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
- **Description:** OpenAI recently introduced a "strict" parameter for [structured outputs in their API](https://openai.com/index/introducing-structured-outputs-in-the-api/). An optional `strict` parameter has been added to `create_openai_functions_agent()` and `create_openai_tools_agent()` so developers can use this feature in those agents. --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>