콘텐츠로 이동

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