HostedToolCallItem
此内容尚不支持你的语言。
type HostedToolCallItem = object;
Type Declaration
Section titled “Type Declaration”arguments?
Section titled “arguments?”optional arguments: string;
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";