response.function_call_arguments.done

Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.source

The unique ID of the server event.source

The event type, must be response.function_call_arguments.done.source

The ID of the response.source

The ID of the function call item.source

The index of the output item in the response.source

The ID of the function call.source

The final arguments as a JSON string.source

OBJECT 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\"}"
}