Skip to content

Commit e144f1a

Browse files
committed
another small fix
1 parent 9e1d077 commit e144f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/tracing/ai-agents-module/execute-tool-span.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Describes a tool execution.
22

33
- 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"`)
4+
- The span `name` SHOULD be `"execute_tool {gen_ai.tool.name}"`. (e.g. `"execute_tool query_database"`)
55
- The `gen_ai.tool.name` attribute SHOULD be set to the name of the tool. (e.g. `"query_database"`)
66
- All [Common Span Attributes](#common-span-attributes) SHOULD be set (all `required` common attributes MUST be set).
77

0 commit comments

Comments
 (0)