ApplyPatchResult
이 콘텐츠는 아직 번역되지 않았습니다.
type ApplyPatchResult = object;Result returned by an Editor operation.
Properties
Section titled “Properties”output?
Section titled “output?”optional output: string;Optional textual output to forward to the model.
status?
Section titled “status?”optional status: "completed" | "failed";Whether the operation completed successfully. Defaults to completed.