File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,13 @@ const (
8383)
8484
8585type RunRequest struct {
86- AssistantID string `json:"assistant_id"`
87- Model string `json:"model,omitempty"`
88- Instructions string `json:"instructions,omitempty"`
89- AdditionalInstructions string `json:"additional_instructions,omitempty"`
90- Tools []Tool `json:"tools,omitempty"`
91- Metadata map [string ]any `json:"metadata,omitempty"`
86+ AssistantID string `json:"assistant_id"`
87+ Model string `json:"model,omitempty"`
88+ Instructions string `json:"instructions,omitempty"`
89+ AdditionalInstructions string `json:"additional_instructions,omitempty"`
90+ AdditionalMessages []ThreadMessage `json:"additional_messages,omitempty"`
91+ Tools []Tool `json:"tools,omitempty"`
92+ Metadata map [string ]any `json:"metadata,omitempty"`
9293
9394 // Sampling temperature between 0 and 2. Higher values like 0.8 are more random.
9495 // lower values are more focused and deterministic.
You can’t perform that action at this time.
0 commit comments