Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Trace Feedback in Session Turn View
May 15, 2026 Available in arize-phoenix 15.10.0+ The Session Details view now includes a feedback toolbar on each turn. Click the thumbs-up or thumbs-down icon to create auser_feedback trace annotation on the underlying trace. Click the annotate icon to open the full annotation panel for label and score entry.
Feedback is keyed per-viewer using a client-managed identifier, so clicking the same icon a second time removes it (toggle behavior). The annotation summary in the turn footer updates immediately to reflect the new annotation count.
ATIF v1.7 Trajectory Upload
May 15, 2026 Available in arize-phoenix-client 2.7.0+upload_atif_trajectories_as_spans now supports ATIF v1.7, which introduces embedded subagent trajectories, trajectory_id-based linking, and deterministic dispatch steps.
Embedded subagents
Pass a parent trajectory withsubagent_trajectories inline and the full multi-agent span tree is built automatically. No separate upload call is needed:
Trajectory IDs and deterministic span IDs
Trajectories that include atrajectory_id field use it as the canonical span identity key. Re-uploading the same trajectory produces the same span IDs, making uploads idempotent. Trajectories without a trajectory_id fall back to a stable document hash.
Deterministic dispatch steps
Steps withllm_call_count: 0 represent orchestration that issued tool calls without an LLM invocation (rule-based routing, hard-coded delegation). Phoenix emits TOOL spans for these steps but does not create a synthetic LLM span, matching the actual execution structure.
Session ID support
Trajectories can now include an optionalsession_id in the header. When present, Phoenix groups all spans from that trajectory under the specified session, linking them to related traces in the Sessions view.

