mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-16 11:36:23 +08:00
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 |
||
|---|---|---|
| .. | ||
| chat_gpt.rb | ||
| claude.rb | ||
| claude_tools.rb | ||
| cohere_tools.rb | ||
| command.rb | ||
| dialect.rb | ||
| fake.rb | ||
| gemini.rb | ||
| mistral.rb | ||
| nova.rb | ||
| nova_tools.rb | ||
| ollama.rb | ||
| ollama_tools.rb | ||
| open_ai_compatible.rb | ||
| open_ai_tools.rb | ||
| xml_tools.rb | ||