@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphQueryDoc

    A document summary returned by docsUnder.

    interface KnowledgeBaseGraphQueryDoc {
        contextId: string;
        description?: string;
        title?: string;
    }
    Index

    Properties

    contextId: string

    The document's contextId (usable with conceptsOf and the KB context APIs).

    description?: string

    The document node's LLM description ('' when generation failed).

    title?: string

    Document title, when one exists.