Skip to content

Commit e30fd11

Browse files
authored
Merge branch 'main' into nikhilc/tasks
2 parents 34a47c1 + bf32f95 commit e30fd11

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +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
29-
consts.GEN_AI_CALLER_CLIENT_IP_KEY, # gen_ai.caller.client.ip
27+
consts.GEN_AI_EXECUTION_SOURCE_NAME_KEY, # gen_ai.channel.name
28+
consts.GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY, # gen_ai.channel.link
3029
]
3130

3231
# Invoke Agent–specific attributes

0 commit comments

Comments
 (0)