We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f32cf commit f8f4d28Copy full SHA for f8f4d28
assistant.go
@@ -70,9 +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"`
+ ResponseFormat any `json:"response_format,omitempty"`
+ Temperature *float32 `json:"temperature,omitempty"`
+ 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