4 Commits

Author SHA1 Message Date
Keegan George
b675c4c39b
DEV: Remove custom prefix in specs 2025-07-16 11:39:55 -07:00
Keegan George
2377b286dd
DEV: rely on default llm model in spec 2025-07-15 09:56:24 -07:00
Roman Rizzi
75fb37144f
FEATURE: Use personas for generating hypothetical posts (#1482)
* FEATURE: Use personas for generating hypothetica posts

* Update prompt
2025-07-02 10:56:38 -03:00
Roman Rizzi
30242a27e6
REFACTOR: Move personas into its own module. (#1233)
This change moves all the personas code into its own module. We want to treat them as a building block features can built on top of, same as `Completions::Llm`.

The code to title a message was moved from `Bot` to `Playground`.
2025-03-31 14:42:33 -03:00