コンテンツにスキップ

ProgramCallResultItem

このコンテンツはまだ日本語訳がありません。

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