Feature: Add LLM COT Rendering support for WebUI#2077
Merged
danielaskdd merged 4 commits intoHKUDS:mainfrom Sep 8, 2025
Merged
Feature: Add LLM COT Rendering support for WebUI#2077danielaskdd merged 4 commits intoHKUDS:mainfrom
danielaskdd merged 4 commits intoHKUDS:mainfrom
Conversation
- Add thinking fields to Message type - Create expandable thinking section - Track thinking time during streaming
- Reset expansion state on new thinking - Prevent content leakage during thinking - Update thinkingTime type to allow null - Add memory leak prevention cleanup - Add missing i18n translations
- Add thinkingProcessed ref to track state - Extract thinking content only once - Preserve real-time thinking updates - Reset processed flag on new queries - Always update display content stream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add LLM COT Rendering support for WebUI
📋 Summary
This PR introduces a new feature that visualizes AI thinking processes in the chat interface, providing users with transparency into how the AI formulates responses. The feature includes real-time thinking content display, timing statistics, and an intuitive expandable UI.
✨ Features Added
🎯 Core Functionality
<think>tags during streaming responses🌐 User Experience Improvements
🌍 Internationalization