콘텐츠로 이동

ApplyPatchCallResultItem

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

type ApplyPatchCallResultItem = object;
callId: string;
optional id: string;
optional output: string;
optional providerData: Record<string, any>;
status: "completed" | "failed";
type: "apply_patch_call_output";