@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseGraphContextEntity

    A single entity surfaced in a graph search's AiKnowledgeBaseGraphContext.

    interface AiKnowledgeBaseGraphContextEntity {
        description: string;
        name: string;
        score: number;
        type: string;
    }
    Index

    Properties

    description: string

    Compacted description of the entity.

    name: string

    Canonical display name of the entity.

    score: number

    Traversal relevance score in [0,1].

    type: string

    Entity type (e.g. PERSON, ORGANIZATION).