Skip to content

Commit dd87386

Browse files
nikhilNavaCopilot
andauthored
Update libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor/util.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f03884 commit dd87386

File tree

1 file changed

+2
-2
lines changed
  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor

1 file changed

+2
-2
lines changed

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
consts.SESSION_DESCRIPTION_KEY,
2525
consts.HIRING_MANAGER_ID_KEY,
2626
# Execution context
27-
consts.GEN_AI_EXECUTION_SOURCE_NAME_KEY, # gen_ai.execution.sourceMetadata.name
28-
consts.GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY, # gen_ai.execution.sourceMetadata.description
27+
consts.GEN_AI_EXECUTION_SOURCE_NAME_KEY, # gen_ai.channel.name
28+
consts.GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY, # gen_ai.channel.link
2929
]
3030

3131
# Invoke Agent–specific attributes

0 commit comments

Comments
 (0)