Skip to content

Commit a536622

Browse files
CopilotnikhilNava
andcommitted
Add missing GEN_AI_RESPONSE_ID_KEY constant to fix test import error
Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com>
1 parent 599f89c commit a536622

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
GEN_AI_REQUEST_TOP_P_KEY = "gen_ai.request.top_p"
3535
GEN_AI_RESPONSE_FINISH_REASONS_KEY = "gen_ai.response.finish_reasons"
3636
GEN_AI_RESPONSE_MODEL_KEY = "gen_ai.response.model"
37+
GEN_AI_RESPONSE_ID_KEY = "gen_ai.response.id"
3738
GEN_AI_AGENT_ID_KEY = "gen_ai.agent.id"
3839
GEN_AI_AGENT_NAME_KEY = "gen_ai.agent.name"
3940
GEN_AI_AGENT_DESCRIPTION_KEY = "gen_ai.agent.description"

0 commit comments

Comments
 (0)