discourse-ai/spec/requests/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
..
artifacts_controller_spec.rb FEATURE: allow artifacts to be updated (#980) 2024-12-03 07:23:31 +11:00
bot_controller_spec.rb FEATURE: Continue conversation from Discobot discovery (#1234) 2025-04-01 10:22:39 -07:00
shared_ai_conversations_controller_spec.rb FIX: automatically bust cache for share ai assets (#942) 2024-11-22 11:23:15 +11:00
topic_serialization_spec.rb FEATURE: correctly decorate AI bots (#1300) 2025-04-30 16:36:38 +10:00