-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
area: chatThis item is related to Chat Completions.This item is related to Chat Completions.blocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.
Description
Describe the feature or improvement you are requesting
According to the official OpenAI API documentation, the reasoning_effort parameter currently supports four values:
- minimal
- low
- medium
- high
However, in the generated SDK (ChatReasoningEffortLevel class), only three values are available:
- Low
- Medium
- High
The Minimal option is missing, which causes inconsistencies between the documentation and SDK.
Additional context
No response
janaka, Mack-ABONA and benjimac93
Metadata
Metadata
Assignees
Labels
area: chatThis item is related to Chat Completions.This item is related to Chat Completions.blocked: specThis issue is blocked on a needed REST API spec update.This issue is blocked on a needed REST API spec update.feature-requestCategory: A new feature or enhancement to an existing feature is being requested.Category: A new feature or enhancement to an existing feature is being requested.