discourse-ai/lib/ai_helper
Rafael dos Santos Silva 176a4458f2
FIX: Prevent AI chat thread titles from being created before replies are posted (#517)
Chat thread replies draft trigger the thread_created event, which we relied on
to trigger the AI generated title. Because of that we now will use the noisier
chat_message_created event, and manually check for thread and replies existence.

See https://github.com/discourse/discourse/pull/26033
2024-03-07 16:14:17 -03:00
..
assistant.rb DEV: improve internal design of ai persona and bug fix (#495) 2024-02-28 16:46:32 +11:00
chat_thread_titler.rb FIX: Better AI chat thread titles (#467) 2024-02-09 14:49:28 -03:00
entry_point.rb FIX: Prevent AI chat thread titles from being created before replies are posted (#517) 2024-03-07 16:14:17 -03:00
painter.rb DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
semantic_categorizer.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00