Skip to content

HostedToolCallItem

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