Skip to content

Commit

Permalink
[Go] use "dotprompt" as the provider for dotprompt actions (#263)
Browse files Browse the repository at this point in the history
Corresponds to TypeScript PR #231.
  • Loading branch information
ianlancetaylor authored May 28, 2024
1 parent 38103db commit c9b502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/plugins/dotprompt/genkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (p *Prompt) Register() error {
return err
}

core.RegisterAction(name, action)
core.RegisterAction("dotprompt", action)
return nil
}

Expand Down

0 comments on commit c9b502e

Please sign in to comment.