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

See #9047
This commit is contained in:
Tv
2026-03-19 21:04:45 +00:00
committed by GitHub
parent 6054d2a91b
commit a6d0e29eba

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