discourse-ai/lib/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
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.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
entry_point.rb FEATURE: Add ability to disable search discoveries (#1177) 2025-03-10 14:17:58 -07:00
playground.rb FIX: various issues with llm and triage management (#1186) 2025-03-12 18:32:02 +11:00
post_streamer.rb FIX: cancel functionality regressed (#938) 2024-11-21 17:51:45 +11:00
question_consolidator.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
response_http_streamer.rb FIX: properly spin down unused streamer threads (#1035) 2024-12-20 12:09:42 +11:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
tool_runner.rb FIX: AI triage support and refactor search functionality (#1175) 2025-03-11 14:26:07 +11:00