discourse-ai/app
Sam 34a59b623e
FIX: ensure replies are never double streamed (#879)
The custom field "discourse_ai_bypass_ai_reply" was added so
we can signal the post created hook to bypass replying even
if it thinks it should.

Otherwise there are cases where we double answer user questions
leading to much confusion.

This also slightly refactors code making the controller smaller
2024-10-30 20:24:39 +11:00
..
controllers/discourse_ai FIX: ensure replies are never double streamed (#879) 2024-10-30 20:24:39 +11:00
helpers/discourse_ai/ai_bot FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00
jobs FEATURE: Fast-track gist regeneration when a hot topic gets a new post (#860) 2024-10-25 12:38:49 -03:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FEATURE: new endpoint for directly accessing a persona (#876) 2024-10-30 10:28:20 +11:00
serializers FEATURE: improve visibility of AI usage in LLM page (#845) 2024-10-22 11:16:02 +11:00
services/discourse_ai REFACTOR: Support of different summarization targets/prompts. (#835) 2024-10-15 13:53:26 -03:00
views FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00