콘텐츠로 이동

ProgramCallResultItem

이 콘텐츠는 아직 번역되지 않았습니다.

type ProgramCallResultItem = object;
callId: string;
optional id?: string;
output: string;
optional providerData?: Record<string, any>;
status: "completed" | "incomplete";
type: "program_output";