We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03bd2d commit d3433c2Copy full SHA for d3433c2
AgentCrew/modules/gui/widgets/message_bubble.py
@@ -301,7 +301,7 @@ def start_streaming(self):
301
self.raw_text_buffer = ""
302
self.character_queue = []
303
304
- self.message_label.setTextFormat(Qt.TextFormat.PlainText)
+ self.message_label.setTextFormat(Qt.TextFormat.MarkdownText)
305
self.message_label.setText("")
306
307
def add_streaming_chunk(self, chunk_queue: list):
0 commit comments