We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727944c commit 21f32cfCopy full SHA for 21f32cf
assistant.go
@@ -70,6 +70,9 @@ type AssistantRequest struct {
70
FileIDs []string `json:"file_ids,omitempty"`
71
Metadata map[string]any `json:"metadata,omitempty"`
72
ToolResources *AssistantToolResource `json:"tool_resources,omitempty"`
73
+ ResponseFormat any `json:"response_format,omitempty"`
74
+ Temperature *float32 `json:"temperature,omitempty"`
75
+ TopP *float32 `json:"top_p,omitempty"`
76
}
77
78
// MarshalJSON provides a custom marshaller for the assistant request to handle the API use cases
0 commit comments