fix(openresponses): do not omit required field ORItemParam.Arguments (#9074)

See #9047
This commit is contained in:
Tv authored and GitHub committed 2026-03-19 22:04:45 +01:00
1 parent 6054d2a91b
commit a6d0e29eba
1 file changed
+1 -1
+1 -1
View File
@@ -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