Arize Phoenix TS
    Preparing search index...

    Parameters for a single session note.

    interface SessionNote {
        note: string;
        sessionId: string;
    }
    Index

    Properties

    Properties

    note: string

    The note text to add to the session.

    sessionId: string

    The session ID used to track a conversation, thread, or session.