Skip to content

Commit 374ad7d

Browse files
committed
add vlib enum
1 parent a30ca62 commit 374ad7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/tracespec/span_value.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ const (
3636
VLangPython = "python"
3737
VLangTypeScript = "ts"
3838

39-
VLibEino = "eino"
40-
VLibLangChain = "langchain"
39+
VLibEino = "eino"
40+
VLibLangChain = "langchain"
41+
VLibOpentelemetry = "opentelemetry"
4142

4243
VSceneCustom = "custom" // user custom, it has the same meaning as blank.
4344
VScenePromptHub = "prompt_hub" // get_prompt

0 commit comments

Comments
 (0)