discourse-ai/spec/lib/modules/ai_bot
Sam 1500308437
FEATURE: defer creation of bot users (#258)
Also fixes it so users without bot in header can send it messages.

Previous to this change we would seed all bots with database seeds.

This lead to lots of confusion for people who do not enable ai bot.

Instead:

1. We do not seed any bots **until** user enables the ai_bot_enabled setting
2. If it is disabled we will
  a. If no messages were created by bot - delete it
  b. Otherwise we will deactivate account
2023-10-23 17:00:58 +11:00
..
commands FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
jobs/regular FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
personas FEATURE: Add creative persona (#231) 2023-09-27 10:48:38 +10:00
anthropic_bot_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
bot_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
entry_point_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
open_ai_bot_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
site_setting_extension_spec.rb FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00