simonpcouch / pal

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

check `role` more thoroughly #37

Closed simonpcouch closed 5 days ago

simonpcouch commented 5 days ago

I've only been using single strings with no special characters as roles so far. Should we allow for e.g. spaces? Special characters (besides hyphens)? After formalizing, implement a proper check function and test it.