response.function_call_arguments.delta

Returned when the model-generated function call arguments are updated.source

The unique ID of the server event.source

The event type, must be response.function_call_arguments.delta.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 arguments delta as a JSON string.source

OBJECT response.function_call_arguments.delta
1
2
3
4
5
6
7
8
9
{
    "event_id": "event_5354",
    "type": "response.function_call_arguments.delta",
    "response_id": "resp_002",
    "item_id": "fc_001",
    "output_index": 0,
    "call_id": "call_001",
    "delta": "{\"location\": \"San\""
}