@molroo-ai/sdk
    Preparing search index...

    Interface Relationship

    interface Relationship {
        attachmentStyle?: string;
        entityId: string;
        interactionCount: number;
        intimacy: number;
        lastInteraction?: number;
        trust: number;
    }
    Index

    Properties

    attachmentStyle?: string
    entityId: string
    interactionCount: number
    intimacy: number
    lastInteraction?: number
    trust: number