A refusal from the model.

interface ResponseOutputRefusal {
    refusal: string;
    type: "refusal";
}

Properties

Properties

refusal: string

The refusal explanationfrom the model.

type: "refusal"

The type of the refusal. Always refusal.