@deskcreate/agentcraft
    Preparing search index...

    Interface CorpusDocument

    interface CorpusDocument {
        id: string;
        source?: string;
        tags: readonly string[];
        text: string;
        updatedAt: string;
    }
    Index

    Properties

    id: string
    source?: string
    tags: readonly string[]
    text: string
    updatedAt: string