@cloudbase/aiagent-framework
    Preparing search index...

    Interface SearchResult

    interface SearchResult {
        abstract: string;
        extra?: string;
        index: number;
        publisher: string;
        publishTime: number;
        source: "thirdparty" | "knowledgebase";
        title: string;
        url: string;
    }
    Index

    Properties

    abstract: string
    extra?: string
    index: number
    publisher: string
    publishTime: number
    source: "thirdparty" | "knowledgebase"
    title: string
    url: string