more log
This commit is contained in:
@@ -114,6 +114,7 @@ class AgentNamespace(Namespace):
|
||||
d = data['data']
|
||||
res = chatmanager[uuid].function_call(d['data']['name'], d['data']['args'])
|
||||
d['data'] = res.to_dict()
|
||||
print("function_call_res", d['data'])
|
||||
emit(d['route'], d, room=uuid, namespace='/agent')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user