Export options for chat segments.

ExportOptions

interface ExportOptions {
    customTemplate?: string;
    format: ExportFormat;
    includeMetadata: boolean;
}

Properties

customTemplate?: string

The custom template to use for the export.

format: ExportFormat

The format to export the chat segments in.

includeMetadata: boolean

Whether to include metadata in the export.