Skip to content

Commit e2970ef

Browse files
Update context.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent 7bd2e6c commit e2970ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/context.go

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

12-
// createContext creates a new PromptPexContext from a prompt file
12+
// CreateContextFromPrompt creates a new PromptPexContext from a prompt file
1313
func (h *generateCommandHandler) CreateContextFromPrompt() (*PromptPexContext, error) {
1414

1515
h.WriteStartBox("Prompt", h.promptFile)

0 commit comments

Comments
 (0)