response.function_call_arguments.done
开发中wss://api.openai.com/v1/realtime
Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.
请求参数
Query 参数
event_id
string
可选
The unique ID of the server event.
示例值:
event_5556
type
string
可选
The event type, must be "response.function_call_arguments.done".
示例值:
response.function_call_arguments.done
response_id
string
可选
The ID of the response.
示例值:
resp_002
item_id
string
可选
The ID of the item.
示例值:
fc_001
output_index
integer
可选
The index of the output item in the response.
示例值:
0
call_id
string
可选
The ID of the function call.
示例值:
call_001
arguments
string
可选
The final arguments as a JSON string.
示例值:
{\"location\": \"San Francisco\"}
Header 参数
Authorization
string
可选
示例值:
Bearer YOUR_API_KEY
OpenAI-Beta
string
可选
示例值:
realtime=v1
最后修改时间: 2 个月前