File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,13 @@ const (
83
83
)
84
84
85
85
type 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"`
92
93
93
94
// Sampling temperature between 0 and 2. Higher values like 0.8 are more random.
94
95
// lower values are more focused and deterministic.
You can’t perform that action at this time.
0 commit comments