Cancel prompt.

Cancellation prompt about the candidate functions to be discarded.

interface ICancel {
    id: string;
    operations: INestiaAgentOperationSelection[];
    type: "cancel";
}

Hierarchy

  • IBase<"cancel">
    • ICancel

Properties

Properties

id: string

ID of the LLM tool call result.

Operations that have been cancelled.

type: "cancel"

Discriminator type.