discourse-ai/lib
Sam 00d69b463e
FEATURE: new site setting explorer persona (#178)
Also adds ai_bot_enabled_personas so admins can tweak which stock
personas are enabled.

The new persona has a full listing of all site settings and is
able to get context for each setting.

This means you can ask it to search through settings for something
relevant.

Security wise there is no access to actual configuration of settings
just to the names / description and implementation.

Previously this was part of the forum helper persona however it
just clashes too much with other behaviors, isolating it makes
it far more powerful.

* sneaking this one in, user_emails is a non obvious table in our
structure.

usually one would assume users has emails so the clarifies a bit
better. plus it is a very common table to hit.
2023-08-31 17:02:03 +10:00
..
discourse_ai FEATURE: Composer AI helper (#8) 2023-03-15 17:02:20 -03:00
modules FEATURE: new site setting explorer persona (#178) 2023-08-31 17:02:03 +10:00
shared FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
tasks/modules PERF: .find_each instead of .find to save us from memory allocation peaks 2023-07-13 18:59:25 -03:00