SongGuess
    Preparing search index...

    Response from the recall() method.

    interface AgentMemoryRecallResult {
        answer: string;
        candidates: AgentMemoryScoredCandidate[];
        count: number;
    }
    Index

    Properties

    answer: string

    LLM-generated answer synthesizing the matching memories.

    Matching memories ranked by relevance.

    count: number

    Number of memories retrieved.