Skip to content

Commit b2d1244

Browse files
Update evaluators.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent c127bf4 commit b2d1244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/evaluators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/github/gh-models/pkg/prompt"
88
)
99

10-
// generateRulesEvaluatorSystemPrompt generates the system prompt for rules evaluation
10+
// GenerateRulesEvaluator generates the system prompt for rules evaluation
1111
func (h *generateCommandHandler) GenerateRulesEvaluator(context *PromptPexContext) prompt.Evaluator {
1212
// Get the original prompt content
1313
promptContent := RenderMessagesToString(context.Prompt.Messages)

0 commit comments

Comments
 (0)