Type Alias MessageSource

type MessageSource = {
    chunks: MessageSourceChunk[];
    datasourceId: string;
    documentId: string;
    knowledgebaseId: string;
    lastIndexedAt?: string;
    source: string;
}
Index

Properties

List of Chunks used for "AI" generated messages.

datasourceId: string
documentId: string
knowledgebaseId: string
lastIndexedAt?: string
source: string