Closed rafaelrubbioli closed 2 years ago
This looks good. Can you also rename the pattern and handler for each of
the two plugins to just be Pattern
and Handler
?
E.g.echo.EchoPattern
and echo.EchoHandler
-> echo.Pattern
and
echo.Handler
@tfaughnan sure! do you also think is a good idea to rename internal names such as openaiRespPayload
to respPayload
?
Yes those should be renamed to remove the redundant prefix -- good catch.
@tfaughnan done!
LGTM, thanks!
For better readability and usage, each plugin is now in a subpackage of the plugin pkg.
closes https://github.com/tfaughnan/artoo/issues/4