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 a30ca62 commit 374ad7dCopy full SHA for 374ad7d
spec/tracespec/span_value.go
@@ -36,8 +36,9 @@ const (
36
VLangPython = "python"
37
VLangTypeScript = "ts"
38
39
- VLibEino = "eino"
40
- VLibLangChain = "langchain"
+ VLibEino = "eino"
+ VLibLangChain = "langchain"
41
+ VLibOpentelemetry = "opentelemetry"
42
43
VSceneCustom = "custom" // user custom, it has the same meaning as blank.
44
VScenePromptHub = "prompt_hub" // get_prompt
0 commit comments