HostedToolCallItem
type HostedToolCallItem = object;Type Declaration
Section titled “Type Declaration”arguments?
Section titled “arguments?”optional arguments?: string;caller?
Section titled “caller?”optional caller?: | { type: "direct";} | { callerId: string; type: "program";};optional id?: string;name: string;output?
Section titled “output?”optional output?: string;providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;status?
Section titled “status?”optional status?: string;type: "hosted_tool_call";