Skip to content

ApplyPatchResult

type ApplyPatchResult = object;

Result returned by an Editor operation.

optional output: string;

Optional textual output to forward to the model.


optional status: "completed" | "failed";

Whether the operation completed successfully. Defaults to completed.