We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d2668c + 029b87d commit a5b00beCopy full SHA for a5b00be
2 files changed
src/google/adk/telemetry/_experimental_semconv.py
@@ -51,7 +51,7 @@
51
try:
52
from opentelemetry.semconv._incubating.attributes.gen_ai_attributes import GEN_AI_TOOL_DEFINITIONS
53
except ImportError:
54
- GEN_AI_TOOL_DEFINITIONS = 'gen_ai.tool_definitions'
+ GEN_AI_TOOL_DEFINITIONS = 'gen_ai.tool.definitions'
55
56
OTEL_SEMCONV_STABILITY_OPT_IN = 'OTEL_SEMCONV_STABILITY_OPT_IN'
57
tests/unittests/telemetry/test_spans.py
@@ -60,7 +60,7 @@
60
61
62
63
64
65
66
class Event:
0 commit comments