Skip to content

Commit d9b0f89

Browse files
committed
chore: renaming prompt param name
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 4afdfb7 commit d9b0f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/ai_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type AITaskSidebarApp struct {
1919
}
2020

2121
// TaskPromptParameterName is the name of the parameter which is *required* to be defined when a coder_ai_task is used.
22-
const TaskPromptParameterName = "task_prompt"
22+
const TaskPromptParameterName = "AI Prompt"
2323

2424
func aiTask() *schema.Resource {
2525
return &schema.Resource{

0 commit comments

Comments
 (0)