interface FunctionCallItem {
    arguments: string;
    call_id: string;
    id: string;
    name: string;
    object: "realtime.item";
    type: "function_call";
}

Hierarchy (view full)

Properties

arguments: string
call_id: string
id: string
name: string
object: "realtime.item"
type: "function_call"