SongGuess
    Preparing search index...

    A conversation message passed to ingest().

    interface AgentMemoryMessage {
        content: string;
        role: "user" | "system" | "assistant";
        timestamp?: Date;
    }
    Index

    Properties

    content: string
    role: "user" | "system" | "assistant"
    timestamp?: Date

    Optional message timestamp.