feat: add include_reasoning
This commit is contained in:
3
chat.go
3
chat.go
@@ -261,7 +261,8 @@ type ChatCompletionRequest struct {
|
||||
// Controls effort on reasoning for reasoning models. It can be set to "low", "medium", or "high".
|
||||
ReasoningEffort string `json:"reasoning_effort,omitempty"`
|
||||
// Metadata to store with the completion.
|
||||
Metadata map[string]string `json:"metadata,omitempty"`
|
||||
Metadata map[string]string `json:"metadata,omitempty"`
|
||||
IncludeReasoning *bool `json:"include_reasoning,omitempty"`
|
||||
}
|
||||
|
||||
type StreamOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user