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

Properties

Properties

refusal: string

The refusal message generated by the model.

type: "refusal"

The type of the content part.