mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-19 12:26:30 -04:00
fix(openresponses): do not omit required field ORItemParam.Arguments (#9074)
See #9047
This commit is contained in:
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user