OpenAI
OpenAI copied to clipboard
Chore: adding `required` to ChatCompletionFunctionCallOptionParam enum
What
Added new required option to ChatCompletionFunctionCallOptionParam enum.
Why
This new required enum value was introduced to the API on April 29 2024 and is now featured in the documentation: https://platform.openai.com/docs/api-reference/chat/create#chat-create-tool_choice
Affected Areas
ChatQuery construction is impacted