The refusal content generated by the assistant.

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

Properties

Properties

refusal: string
type: "refusal"

Always refusal.