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";