Add missing struct properties. (#579)
This commit is contained in:
@@ -22,6 +22,8 @@ type Assistant struct {
|
||||
Model string `json:"model"`
|
||||
Instructions *string `json:"instructions,omitempty"`
|
||||
Tools []AssistantTool `json:"tools,omitempty"`
|
||||
FileIDs []string `json:"file_ids,omitempty"`
|
||||
Metadata map[string]any `json:"metadata,omitempty"`
|
||||
|
||||
httpHeader
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user