Skip to content

Commit 1846572

Browse files
authored
Add missing struct properties. (#579)
1 parent 3220f19 commit 1846572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assistant.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type Assistant struct {
2222
Model string `json:"model"`
2323
Instructions *string `json:"instructions,omitempty"`
2424
Tools []AssistantTool `json:"tools,omitempty"`
25+
FileIDs []string `json:"file_ids,omitempty"`
26+
Metadata map[string]any `json:"metadata,omitempty"`
2527

2628
httpHeader
2729
}

0 commit comments

Comments
 (0)