File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lightrag_webui/src/features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ export default function RetrievalTesting() {
188
188
if ( thinkEndIndex !== - 1 ) {
189
189
// Thinking has finished for this chunk
190
190
assistantMessage . isThinking = false
191
-
191
+
192
192
// Only calculate time and extract thinking content once
193
193
if ( ! thinkingProcessed . current ) {
194
194
if ( thinkingStartTime . current && ! assistantMessage . thinkingTime ) {
@@ -200,7 +200,7 @@ export default function RetrievalTesting() {
200
200
. trim ( )
201
201
thinkingProcessed . current = true
202
202
}
203
-
203
+
204
204
// Always update display content as content after </think> may grow
205
205
assistantMessage . displayContent = assistantMessage . content . substring ( thinkEndIndex + thinkEndTag . length ) . trim ( )
206
206
} else {
You can’t perform that action at this time.
0 commit comments