mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
fix: 去掉AI处理指示中的⏳emoji,使用纯文本
This commit is contained in:
@ -224,7 +224,7 @@ class GraphMemoryApp(App):
|
||||
status_bar = self.query_one(StatusBar)
|
||||
|
||||
history.add_message(Message(role="user", content=user_input))
|
||||
history.add_message(Message(role="assistant", content="⏳ 正在处理..."))
|
||||
history.add_message(Message(role="assistant", content="正在处理..."))
|
||||
status_bar.set_processing(True)
|
||||
|
||||
asyncio.create_task(self._process(user_input))
|
||||
|
||||
Reference in New Issue
Block a user