style: chat message render markdown by default
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user