mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
Change response format strategy dynamically based on model. After this PR there are two remaining issues: - [ ] Review binding of tools used for output to ToolNode (shouldn't be required) - [ ] Update ModelRequest to also support the original schema provided by the user (to correctly support auto mode)