discourse-ai/spec/lib/completions/endpoints
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
..
anthropic_spec.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
aws_bedrock_spec.rb FEATURE: full support for Sonnet 3.7 (#1151) 2025-02-25 17:32:12 +11:00
cohere_spec.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
endpoint_compliance.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
gemini_spec.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
hugging_face_spec.rb FIX: Add tool support to open ai compatible dialect and vllm (#734) 2024-08-02 09:52:33 -03:00
nova_spec.rb FEATURE: Amazon Nova support via bedrock (#997) 2024-12-06 07:45:58 +11:00
ollama_spec.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
open_ai_spec.rb FEATURE: full support for Sonnet 3.7 (#1151) 2025-02-25 17:32:12 +11:00
open_router_spec.rb FEATURE: first class support for OpenRouter (#1011) 2024-12-10 05:59:19 +11:00
samba_nova_spec.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
vllm_spec.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00