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.
json:"metadata,omitempty"
1 parent d6f3bdc commit 35495ccCopy full SHA for 35495cc
run.go
@@ -70,11 +70,11 @@ const (
70
)
71
72
type RunRequest struct {
73
- AssistantID string `json:"assistant_id"`
74
- Model *string `json:"model,omitempty"`
75
- Instructions *string `json:"instructions,omitempty"`
76
- Tools []Tool `json:"tools,omitempty"`
77
- Metadata map[string]any
+ AssistantID string `json:"assistant_id"`
+ Model *string `json:"model,omitempty"`
+ Instructions *string `json:"instructions,omitempty"`
+ Tools []Tool `json:"tools,omitempty"`
+ Metadata map[string]any `json:"metadata,omitempty"`
78
}
79
80
type RunModifyRequest struct {
0 commit comments