ToolCall: {
    args: Record<string, any>;
    id?: string;
    name: string;
    type?: "tool_call";
}

A call to a tool.