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 c127bf4 commit b2d1244Copy full SHA for b2d1244
cmd/generate/evaluators.go
@@ -7,7 +7,7 @@ import (
7
"github.com/github/gh-models/pkg/prompt"
8
)
9
10
-// generateRulesEvaluatorSystemPrompt generates the system prompt for rules evaluation
+// GenerateRulesEvaluator generates the system prompt for rules evaluation
11
func (h *generateCommandHandler) GenerateRulesEvaluator(context *PromptPexContext) prompt.Evaluator {
12
// Get the original prompt content
13
promptContent := RenderMessagesToString(context.Prompt.Messages)
0 commit comments