Skip to content

数据模型: ToolCall

ToolCall

字段类型必选描述
idstring
typestring
functionobject
function.namestring
function.argumentsstring

数据模型示例

json
{
  "id": "string",
  "type": "function",
  "function": {
    "name": "string",
    "arguments": "string"
  }
}

Released under the MIT License.