Shouldn't parse reasoning if real reasoning there

bcea4248c4fefa88aa862d62d0519ea5bcc853eb

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +5 -0Ignore whitespace
public/scripts/reasoning.js+5 -0
@@ -924,6 +924,11 @@ function registerReasoningAppEvents() {
924924 return null;
925925 }
926926
927+ if (message.extra?.reasoning) {
928+ console.debug('[Reasoning] Message already has reasoning', idx);
929+ return null;
930+ }
931+
927932 const parsedReasoning = parseReasoningFromString(message.mes);
928933
929934 // No reasoning block found