We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436336 commit 9e1d077Copy full SHA for 9e1d077
develop-docs/sdk/telemetry/traces/modules/ai-agents.mdx
@@ -83,7 +83,7 @@ Additional attributes on the span:
83
Describes a tool execution.
84
85
- The spans `op` MUST be `"gen_ai.execute_tool"`.
86
-- The spans `name` SHOULD be `"gen_ai.execute_tool {gen_ai.tool.name}"`. (e.g. `"gen_ai.execute_tool query_database"`)
+- The spans `name` SHOULD be `"execute_tool {gen_ai.tool.name}"`. (e.g. `"execute_tool query_database"`)
87
- The `gen_ai.tool.name` attribute SHOULD be set to the name of the tool. (e.g. `"query_database"`)
88
- All [Common Span Attributes](#common-span-attributes) SHOULD be set (all `required` common attributes MUST be set).
89
0 commit comments