Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidAnnotationCategories = map[string]bool{ "observation": true, "ai-failure": true, "user-error": true, "environment-issue": true, "success": true, "question": true, "to-discuss": true, "to-improve": true, }
ValidAnnotationCategories is the set of known annotation categories.
View Source
var ValidAnnotationScopeTypes = map[string]bool{ "session": true, "turn": true, "tool_call": true, }
ValidAnnotationScopeTypes is the set of known scope types.
View Source
var ValidClassificationLevels = []string{
"public",
"internal",
"confidential",
"customer-confidential",
}
ValidClassificationLevels is the ordered set of classification levels. De-escalation (going from more to less restrictive) is not allowed.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.