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.
1 parent 6054d2a commit a6d0e29Copy full SHA for a6d0e29
1 file changed
core/schema/openresponses.go
@@ -96,7 +96,7 @@ type ORItemParam struct {
96
// Function call fields
97
CallID string `json:"call_id,omitempty"`
98
Name string `json:"name,omitempty"`
99
- Arguments string `json:"arguments,omitempty"`
+ Arguments string `json:"arguments"`
100
101
// Function call output fields
102
Output interface{} `json:"output,omitempty"` // string or []ORContentPart
0 commit comments