Skip to content

Commit 3812ddb

Browse files
authored
add prompt label tag (#15)
Change-Id: I3b20c8354e7954e5c7eb38d5b04cd628b96a327a
1 parent d910172 commit 3812ddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/tracespec/span_key.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const (
2626
PromptProvider = "prompt_provider" // Prompt providers, such as CozeLoop, Langsmith, etc.
2727
PromptKey = "prompt_key"
2828
PromptVersion = "prompt_version"
29+
PromptLabel = "prompt_label"
2930
)
3031

3132
// Internal experimental field.

0 commit comments

Comments
 (0)