response.function_call_arguments.done
当模型生成的函数调用参数完成流式处理时返回。 当 Response 中断、不完整或取消时也会发出。
对象 response.function_call_arguments.done
1
2
3
4
5
6
7
8
9
{
"event_id": "event_5556",
"type": "response.function_call_arguments.done",
"response_id": "resp_002",
"item_id": "fc_001",
"output_index": 0,
"call_id": "call_001",
"arguments": "{\"location\": \"San Francisco\"}"
}