Skip to main content
Module

x/openai/resources/chat/mod.ts>ChatCompletionContentPartRefusal

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ChatCompletionContentPartRefusal
import { type ChatCompletionContentPartRefusal } from "https://deno.land/x/openai@v4.56.0/resources/chat/mod.ts";

Properties

refusal: string

The refusal message generated by the model.

type: "refusal"

The type of the content part.