Cancel prompt.

Cancellation prompt about the candidate functions to be discarded.

interface ICancel {
    created_at: string & Format<"date-time">;
    id: string;
    selection: IAgenticaOperationSelectionJson;
    type: "cancel";
}

Hierarchy

  • IBase<"cancel">
    • ICancel

Properties

created_at: string & Format<"date-time">

Creation timestamp of the history.

id: string

Primary key of the history.

Operations that have been cancelled.

type: "cancel"

Discriminator type.