@deskcreate/agentcraft
    Preparing search index...

    Interface CorpusSearchResult

    interface CorpusSearchResult {
        id: string;
        score: number;
        source?: string;
        tags: readonly string[];
        text: string;
    }
    Index

    Properties

    Properties

    id: string
    score: number
    source?: string
    tags: readonly string[]
    text: string