Interface FormatChatHistoryOptions

interface FormatChatHistoryOptions {
    includeIds?: boolean;
    includeTimestamps?: boolean;
}

Properties

includeIds?: boolean
includeTimestamps?: boolean