@squidcloud/client
    Preparing search index...

    Interface AiKnowledgeBaseGraphContextRelationship

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

    interface AiKnowledgeBaseGraphContextRelationship {
        description?: string;
        source: string;
        target: string;
        type: string;
    }
    Index

    Properties

    description?: string

    Optional description of the relationship.

    source: string

    Source entity display name.

    target: string

    Target entity display name.

    type: string

    Relationship label (short verb phrase).