discourse-ai/app
Sam e4b326c711
FEATURE: support Chat with AI Persona via a DM (#488)
Add support for chat with AI personas

- Allow enabling chat for AI personas that have an associated user
- Add new setting `allow_chat` to AI persona to enable/disable chat
- When a message is created in a DM channel with an allowed AI persona user, schedule a reply job
- AI replies to chat messages using the persona's `max_context_posts` setting to determine context
- Store tool calls and custom prompts used to generate a chat reply on the `ChatMessageCustomPrompt` table
- Add tests for AI chat replies with tools and context

At the moment unlike posts we do not carry tool calls in the context.

No @mention support yet for ai personas in channels, this is future work
2024-05-06 09:49:02 +10:00
..
controllers/discourse_ai FEATURE: support Chat with AI Persona via a DM (#488) 2024-05-06 09:49:02 +10:00
helpers/discourse_ai/ai_bot FIX: expire assets when CSS changes FIX: missing translation on share page (#528) 2024-03-13 20:52:33 +11:00
jobs FEATURE: support Chat with AI Persona via a DM (#488) 2024-05-06 09:49:02 +10:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FEATURE: support Chat with AI Persona via a DM (#488) 2024-05-06 09:49:02 +10:00
serializers FEATURE: support Chat with AI Persona via a DM (#488) 2024-05-06 09:49:02 +10:00
views UX: Add title suffix to shared AI pages (#531) 2024-03-15 10:31:58 +00:00