In utils/log_enrichment.py we write the session ID into the semconv attribute gen_ai.agent.name, then read it back later as the agent's display name.
That's a semconv misuse and it means a real agent name would get clobbered. Use a namespaced agentevals.session.id instead.
In
utils/log_enrichment.pywe write the session ID into the semconv attributegen_ai.agent.name, then read it back later as the agent's display name.That's a semconv misuse and it means a real agent name would get clobbered. Use a namespaced
agentevals.session.idinstead.