Skip to content

Commit f8f4d28

Browse files
authored
Update assistant.go
1 parent 21f32cf commit f8f4d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assistant.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ type AssistantRequest struct {
7070
FileIDs []string `json:"file_ids,omitempty"`
7171
Metadata map[string]any `json:"metadata,omitempty"`
7272
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"`
73+
ResponseFormat any `json:"response_format,omitempty"`
74+
Temperature *float32 `json:"temperature,omitempty"`
75+
TopP *float32 `json:"top_p,omitempty"`
7676
}
7777

7878
// MarshalJSON provides a custom marshaller for the assistant request to handle the API use cases

0 commit comments

Comments
 (0)