discourse-ai/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.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
aws_bedrock.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
base.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
canned_response.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
cohere.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
fake.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
gemini.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
hugging_face.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
mistral.rb FEATURE: Add support for Mistral models (#919) 2024-11-19 17:28:09 +11:00
ollama.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
open_ai.rb FEATURE: implement thinking token support (#1155) 2025-03-04 12:22:30 +11:00
open_router.rb FIX: use max_completion_tokens for open ai models (#1134) 2025-02-19 15:49:15 +11:00
samba_nova.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00
vllm.rb FEATURE: improve tool support (#904) 2024-11-12 08:14:30 +11:00