We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd00df commit 9022ae0Copy full SHA for 9022ae0
apps/chat/mcp/tools.py
@@ -57,6 +57,8 @@ def _get_chat_id(self):
57
'application_id': self.application.id,
58
'chat_user_id': str(uuid.uuid7()),
59
'chat_user_type': ChatUserType.ANONYMOUS_USER,
60
+ 'ip_address': '-',
61
+ 'source': {"type": ChatSourceChoices.ONLINE.value},
62
'debug': False
63
}).open()
64
0 commit comments