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 9e1d077 commit e144f1aCopy full SHA for e144f1a
includes/tracing/ai-agents-module/execute-tool-span.mdx
@@ -1,7 +1,7 @@
1
Describes a tool execution.
2
3
- The span `op` MUST be `"gen_ai.execute_tool"`.
4
-- The span `name` SHOULD be `"gen_ai.execute_tool {gen_ai.tool.name}"`. (e.g. `"gen_ai.execute_tool query_database"`)
+- The span `name` SHOULD be `"execute_tool {gen_ai.tool.name}"`. (e.g. `"execute_tool query_database"`)
5
- The `gen_ai.tool.name` attribute SHOULD be set to the name of the tool. (e.g. `"query_database"`)
6
- All [Common Span Attributes](#common-span-attributes) SHOULD be set (all `required` common attributes MUST be set).
7
0 commit comments