discourse-ai/spec/lib/modules/ai_bot
Sam 65503a5038
FIX: various issues with llm and triage management (#1186)
- Fix search API to only include column_names when present to make the API less confusing
- Ensure correct LLM is used in PMs by tracking and preferring the last bot user
- Fix persona_id conversion from string to integer in custom fields
- Add missing test for PM triage with no replies - ensure we don't try to auto title topic 
- Ensure bot users are properly added to PMs
- Make title setting optional when replying to posts
- Add ability to control stream_reply behavior

These changes improve reliability and fix edge cases in bot interactions,
particularly in private messages with multiple LLMs and while triaging posts using personas
2025-03-12 18:32:02 +11:00
..
artifact_update_strategies FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
jobs/regular FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
personas FEATURE: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
tools FIX: AI triage support and refactor search functionality (#1175) 2025-03-11 14:26:07 +11:00
bot_spec.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
entry_point_spec.rb FEATURE: Add ability to disable search discoveries (#1177) 2025-03-10 14:17:58 -07:00
playground_spec.rb FIX: various issues with llm and triage management (#1186) 2025-03-12 18:32:02 +11:00
question_consolidator_spec.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
site_setting_extension_spec.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00