ApplyPatchCallResultItem
type ApplyPatchCallResultItem = object;Type Declaration
Section titled “Type Declaration”callId
Section titled “callId”callId: string;optional id?: string;output?
Section titled “output?”optional output?: string;providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;status
Section titled “status”status: "completed" | "failed";type: "apply_patch_call_output";