discourse-ai/spec/lib/modules/ai_bot
Sam f6eedf3e0b
FEATURE: implement thinking token support (#1155)
adds support for "thinking tokens" - a feature that exposes the model's reasoning process before providing the final response. Key improvements include:

- Add a new Thinking class to handle thinking content from LLMs
- Modify endpoints (Claude, AWS Bedrock) to handle thinking output
- Update AI bot to display thinking in collapsible details section
- Fix SEARCH/REPLACE blocks to support empty replacement strings and general improvements to artifact editing
- Allow configurable temperature in triage and report automations
- Various bug fixes and improvements to diff parsing
2025-03-04 12:22:30 +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 FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +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: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
playground_spec.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +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