Skip to content

Commit 3c9ec8f

Browse files
lkinglandtwoGiants
andauthored
Update pkg/mcp/prompts_create.go
Co-authored-by: Stanislav Jakuschevskij <[email protected]>
1 parent c60e3b6 commit 3c9ec8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/mcp/prompts_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (p createFunctionPrompt) handle(ctx context.Context, request *mcp.GetPrompt
7171
messages = append(messages, &mcp.PromptMessage{
7272
Role: "assistant",
7373
Content: &mcp.TextContent{
74-
Text: fmt.Sprintf("I see you specified the language %s already. I will take that into account.", template),
74+
Text: fmt.Sprintf("I see you specified the template %s already. I will take that into account.", template),
7575
},
7676
})
7777
}

0 commit comments

Comments
 (0)