diff --git a/go/plugins/dotprompt/genkit.go b/go/plugins/dotprompt/genkit.go index c1eb2104d..5a047333d 100644 --- a/go/plugins/dotprompt/genkit.go +++ b/go/plugins/dotprompt/genkit.go @@ -153,7 +153,7 @@ func (p *Prompt) Register() error { return err } - core.RegisterAction(name, action) + core.RegisterAction("dotprompt", action) return nil }