diff --git a/core/schema/openresponses.go b/core/schema/openresponses.go index 09f8360bd..507c1b333 100644 --- a/core/schema/openresponses.go +++ b/core/schema/openresponses.go @@ -96,7 +96,7 @@ type ORItemParam struct { // Function call fields CallID string `json:"call_id,omitempty"` Name string `json:"name,omitempty"` - Arguments string `json:"arguments,omitempty"` + Arguments string `json:"arguments"` // Function call output fields Output interface{} `json:"output,omitempty"` // string or []ORContentPart