Represents custom JSON schema format for a chat response.

interface ChatsResponseFormatJSONSchema {
    json_schema: ChatsJSONSchema;
    type: string;
}

Properties

Properties

json_schema: ChatsJSONSchema

Custom schema used to generate structures JSON responses.

type: string

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