interface ResponseFunctionCallArgumentsDoneEvent {
    arguments: string;
    event_id: string;
    output_index: number;
    response_id: string;
    type: "response.function_call_arguments.done";
}

Hierarchy

  • BaseServerEvent
    • ResponseFunctionCallArgumentsDoneEvent

Properties

arguments: string
event_id: string
output_index: number
response_id: string
type: "response.function_call_arguments.done"