Skip to content

Commit 1be376d

Browse files
authored
trace spec add tag tool_call_id (#30)
1 parent e3210be commit 1be376d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spec/tracespec/span_key.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ const (
1111
ReasoningDuration = "reasoning_duration" // The duration during the reasoning process. The unit is microseconds.
1212
)
1313

14+
// Tags for tool-type span.
15+
const (
16+
ToolCallID = "tool_call_id"
17+
)
18+
1419
// Tags for retriever-type span
1520
const (
1621
RetrieverProvider = "retriever_provider" // Data retrieval providers, such as Elasticsearch (ES), VikingDB, etc.

0 commit comments

Comments
 (0)