discourse-ai/spec/lib
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
..
completions FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
discord/bot FEATURE: PDF support for rag pipeline (#1118) 2025-02-14 12:15:07 +11:00
discourse_automation FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
inference FEATURE: configurable embeddings (#1049) 2025-01-21 12:23:19 -03:00
modules FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
utils DEV: improve artifact editing and eval system (#1130) 2025-02-19 15:44:33 +11:00
guardian_extensions_spec.rb FIX: Make summaries backfill job more resilient. (#1071) 2025-01-16 09:42:53 -03:00