mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 08:27:26 +00:00
✨ feat: add Function and Container fields to ResponsesToolsCall struct #1305
This commit is contained in:
@@ -646,4 +646,6 @@ type ResponsesToolsCall struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
Parameters json.RawMessage `json:"parameters,omitempty"`
|
||||
Function json.RawMessage `json:"function,omitempty"`
|
||||
Container json.RawMessage `json:"container,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user