discourse-ai/spec/system
Sam 3a8d95f6b2
FEATURE: mentionable personas and random picker tool, context limits (#466)
1. Personas are now optionally mentionable, meaning that you can mention them either from public topics or PMs
       - Mentioning from PMs helps "switch" persona mid conversation, meaning if you want to look up sites setting you can invoke the site setting bot, or if you want to generate an image you can invoke dall e
        - Mentioning outside of PMs allows you to inject a bot reply in a topic trivially
     - We also add the support for max_context_posts this allow you to limit the amount of context you feed in, which can help control costs

2. Add support for a "random picker" tool that can be used to pick random numbers 

3. Clean up routing ai_personas -> ai-personas

4. Add Max Context Posts so users can control how much history a persona can consume (this is important for mentionable personas) 

Co-authored-by: Martin Brennan <martin@discourse.org>
2024-02-15 16:37:59 +11:00
..
ai_bot FEATURE: mentionable personas and random picker tool, context limits (#466) 2024-02-15 16:37:59 +11:00
ai_helper DEV: Add granular control for AI composer helper features (#458) 2024-02-01 14:58:04 -08:00
embeddings Revert "UX: Validate embeddings settings (#455)" (#456) 2024-02-01 14:06:51 -03:00
page_objects FEATURE: AI suggestion buttons in `move-to-topic` modal (#360) 2023-12-15 12:11:14 -08:00
toxicity FIX: 500 error when reviewable has a missing message (#397) 2024-01-03 11:49:47 -03:00
admin_dashboard_spec.rb DEV: Use the new controller/period component for the dashboard (#435) 2024-01-19 13:27:33 +01:00