Support Text summary based Knowledge System,

Update Agent Workspace.
This commit is contained in:
Liu Zhicong
2023-11-12 21:59:04 -08:00
parent fb0b88d44a
commit 763360b305
12 changed files with 765 additions and 257 deletions
+1
View File
@@ -164,6 +164,7 @@ class TelegramTunnel(AgentTunnel):
agent_msg.mentions = []
else:
agent_msg.msg_type = AgentMsgType.TYPE_MSG
agent_msg.mentions = []
if message.entities:
for entity in message.entities: