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.