OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

Chore: adding `required` to ChatCompletionFunctionCallOptionParam enum

Open elliottburris opened this issue 1 year ago • 1 comments

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

elliottburris avatar Jun 03 '24 21:06 elliottburris