Skip to content

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