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 7bd2e6c commit e2970efCopy full SHA for e2970ef
cmd/generate/context.go
@@ -9,7 +9,7 @@ import (
9
"github.com/github/gh-models/pkg/prompt"
10
)
11
12
-// createContext creates a new PromptPexContext from a prompt file
+// CreateContextFromPrompt creates a new PromptPexContext from a prompt file
13
func (h *generateCommandHandler) CreateContextFromPrompt() (*PromptPexContext, error) {
14
15
h.WriteStartBox("Prompt", h.promptFile)
0 commit comments