ToolSearchOutputItem
此内容尚不支持你的语言。
type ToolSearchOutputItem = object;Type Declaration
Section titled “Type Declaration”call_id?
Section titled “call_id?”optional call_id?: string | null;callId?
Section titled “callId?”optional callId?: string | null;execution?
Section titled “execution?”optional execution?: "client" | "server";optional id?: string;providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;status?
Section titled “status?”optional status?: string;tools: Record<string, any>[];type: "tool_search_output";