Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
consts.SESSION_ID_KEY,
consts.SESSION_DESCRIPTION_KEY,
consts.HIRING_MANAGER_ID_KEY,
# Execution context
consts.GEN_AI_EXECUTION_SOURCE_NAME_KEY, # gen_ai.channel.name
consts.GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY, # gen_ai.channel.link
]

# Invoke Agent–specific attributes
Expand All @@ -40,8 +43,5 @@
consts.GEN_AI_CALLER_AGENT_UPN_KEY, # gen_ai.caller.agent.upn
consts.GEN_AI_CALLER_AGENT_TENANT_ID_KEY, # gen_ai.caller.agent.tenantid
consts.GEN_AI_CALLER_AGENT_APPLICATION_ID_KEY, # gen_ai.caller.agent.applicationid
# Execution context
consts.GEN_AI_EXECUTION_TYPE_KEY, # gen_ai.execution.type
consts.GEN_AI_EXECUTION_SOURCE_NAME_KEY, # gen_ai.execution.sourceMetadata.name
consts.GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY, # gen_ai.execution.sourceMetadata.description
]
Loading