discourse-ai/lib/ai_bot
Sam 491dac298f
FIX: system persona state leaking between sites (#1304)
System personas leaned on reused classes, this was a problem
in a multisite environement cause state, such as "enabled"
ended up being reused between sites.

New implementation ensures state is pristine between sites in
a multisite

* more handling for new superclass story

* small oversight, display name should be used for display
2025-05-01 13:24:53 +10:00
..
chat_streamer.rb FIX: eat all leading spaces llms provide when they stream them (#1280) 2025-04-24 22:07:26 +10:00
entry_point.rb FEATURE: correctly decorate AI bots (#1300) 2025-04-30 16:36:38 +10:00
playground.rb FIX: system persona state leaking between sites (#1304) 2025-05-01 13:24:53 +10:00
post_streamer.rb FIX: cancel functionality regressed (#938) 2024-11-21 17:51:45 +11:00
response_http_streamer.rb REFACTOR: Move personas into its own module. (#1233) 2025-03-31 14:42:33 -03:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00