Properties that describe the chat context.

interface ChatHistoryTextGenProperties {
    content?: string;
    is_question?: boolean;
}

Properties

content?: string

The content for the chat context.

is_question?: boolean

Identifies this chat context as a question if true.