simonpcouch / pal

LLM assistants for R
https://simonpcouch.github.io/pal/
Other
5 stars 3 forks source link

should `pal()` be user-facing? #28

Closed simonpcouch closed 1 week ago

simonpcouch commented 1 week ago

Starting to feel like the documentation for the package should be relatively independent of the namespace, i.e. not function-by-function. For the most part, we just want users to interface with the addin, and don't need them to use pal() or even pal_add() directly.

Maybe the main two documentation entries are:

1) Interfacing with the addin 2) Adding custom pals

...and pal() is likely renamed and made internal-ish.