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