reduce some log

This commit is contained in:
CakeCN
2025-12-10 22:35:41 +08:00
parent 6cc5a23874
commit 1d4e625b8b

View File

@@ -199,7 +199,6 @@ class AgentNamespace(Namespace):
if data['type'] == 'text':
res = user_uuid2ase_client[uuid].send_text('dialog', data['data'])
chatmanager[uuid].chat_historys.append({'role': 'user', 'content': data['data']})
self.app.logger.info(f"Send text to route 'dialog' success: {res}")
if data['type'] == 'function': # 在这里 前端会发送允许执行的function与参数
self.app.logger.info(f"function_call: {data['data']}")