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;An ID to identify the item. This is optional by default. If a model provider absolutely requires this field, it will be validated on the model level.
providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;Additional optional provider specific data. Used for custom functionality or model provider specific fields.
status?
Section titled “status?”optional status?: string;tools: Record<string, any>[];type: "tool_search_output";