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 3220f19 commit 1846572Copy full SHA for 1846572
assistant.go
@@ -22,6 +22,8 @@ type Assistant struct {
22
Model string `json:"model"`
23
Instructions *string `json:"instructions,omitempty"`
24
Tools []AssistantTool `json:"tools,omitempty"`
25
+ FileIDs []string `json:"file_ids,omitempty"`
26
+ Metadata map[string]any `json:"metadata,omitempty"`
27
28
httpHeader
29
}
0 commit comments