Closed B-Step62 closed 2 weeks ago
LangChain bind_tools accept any but OpenAI API does not recognize it. ChatOpenAI handles this by replacing any with required. This PR adds that handling to be compatible with OpenAI spec.
bind_tools
any
required
Test
LangChain
bind_tools
acceptany
but OpenAI API does not recognize it. ChatOpenAI handles this by replacingany
withrequired
. This PR adds that handling to be compatible with OpenAI spec.Test