Skip to content

Commit c9b502e

Browse files
[Go] use "dotprompt" as the provider for dotprompt actions (#263)
Corresponds to TypeScript PR #231.
1 parent 38103db commit c9b502e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/plugins/dotprompt/genkit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (p *Prompt) Register() error {
153153
return err
154154
}
155155

156-
core.RegisterAction(name, action)
156+
core.RegisterAction("dotprompt", action)
157157
return nil
158158
}
159159

0 commit comments

Comments
 (0)