Represents text format for a chat response.

interface ChatsResponseFormatText {
    type: string;
}

Properties

Properties

type: string

Type of response format being defined, in this case should always be "json_schema".