@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphQueryGlobalSummary

    One topic (community) summary returned by the globalSummary op — the themes-level "global" answer content, ranked against the query.

    interface KnowledgeBaseGraphQueryGlobalSummary {
        summary: string;
        topic: string;
    }
    Index

    Properties

    Properties

    summary: string

    The topic's LLM-generated summary.

    topic: string

    Topic display name. Thematic — re-resolves by name across rebuilds.