ToolSearchCallItem
이 콘텐츠는 아직 번역되지 않았습니다.
type ToolSearchCallItem = object;Type Declaration
Section titled “Type Declaration”arguments
Section titled “arguments”arguments: unknown;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;type: "tool_search_call";