discourse-ai/lib/ai_bot
Sam 7dc3c30fa4
FEATURE: correctly decorate AI bots (#1300)
AI bots come in 2 flavors

1. An LLM and LLM user, in this case we should decorate posts with persona name
2. A Persona user, in this case, in PMs we decorate with LLM name

(2) is a significant improvement, cause previously when creating a conversation
you could not tell which LLM you were talking to by simply looking at the post, you would
have to scroll to the top of the page.

* lint

* translation missing
2025-04-30 16:36:38 +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 FEATURE: correctly decorate AI bots (#1300) 2025-04-30 16:36:38 +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