@rumbor/memory-sdk
    Preparing search index...

    Interface TurnInput

    interface TurnInput {
        assertion?: {
            category:
                | "Episodic"
                | "Identity"
                | "Knowledge"
                | "Context"
                | "Instructions"
                | "Uncertainty";
            confidence: number;
            content: string;
            supersedes?: string;
        };
        content: string;
        context: string;
        sessionId: string;
        sourceId: string;
    }
    Index
    assertion?: {
        category:
            | "Episodic"
            | "Identity"
            | "Knowledge"
            | "Context"
            | "Instructions"
            | "Uncertainty";
        confidence: number;
        content: string;
        supersedes?: string;
    }

    Type Declaration

    • category:
          | "Episodic"
          | "Identity"
          | "Knowledge"
          | "Context"
          | "Instructions"
          | "Uncertainty"
    • confidence: number
    • content: string
    • Optionalsupersedes?: string

      Format: uuid

    content: string
    context: string
    sessionId: string
    sourceId: string