Arize Phoenix TS
    Preparing search index...
    • Add a note to a session.

      Notes are a special type of annotation that allow multiple entries per session. Each note gets a unique UUIDv4 identifier.

      Parameters

      Returns Promise<{ id: string }>

      The ID of the created note annotation.

      Phoenix server >= 14.17.0

      const result = await addSessionNote({
      sessionNote: {
      sessionId: "my-session",
      note: "Needs review"
      }
      });