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 d910172 commit 3812ddbCopy full SHA for 3812ddb
spec/tracespec/span_key.go
@@ -26,6 +26,7 @@ const (
26
PromptProvider = "prompt_provider" // Prompt providers, such as CozeLoop, Langsmith, etc.
27
PromptKey = "prompt_key"
28
PromptVersion = "prompt_version"
29
+ PromptLabel = "prompt_label"
30
)
31
32
// Internal experimental field.
0 commit comments