Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct {
Name string
RequiredSections []string
ForbiddenPhrases []string
DomainInvariants []string
ExtraCategories []schema.Category
}
Profile defines the rules for a named evaluation profile.
func (*Profile) FormatRulesForPrompt ¶
FormatRulesForPrompt returns a string suitable for injection into the LLM system prompt.
Click to show internal directories.
Click to hide internal directories.