diff --git a/Html/apps/sockets/namespaces.py b/Html/apps/sockets/namespaces.py
index 1f3c167..6bd9098 100644
--- a/Html/apps/sockets/namespaces.py
+++ b/Html/apps/sockets/namespaces.py
@@ -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')