style: chat message render markdown by default

This commit is contained in:
jialin
2025-03-13 18:49:20 +08:00
parent 840b3c2a84
commit a5525c065c
17 changed files with 532 additions and 323 deletions
@@ -49,7 +49,11 @@ class ThinkParser {
}
}
return { thought: this.thought.trim(), result: this.result };
return {
thought: this.thought.trim(),
result: this.result,
isThinking: this.collecting
};
}
reset() {