fixed event handler

This commit is contained in:
2026-03-13 08:37:04 +01:00
parent f0f3b40a30
commit 29e175e75f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ class ARIABridge:
"method": "chat.send",
"params": {
"sessionKey": self._session_key,
"text": text,
"message": text,
"idempotencyKey": str(uuid.uuid4()),
},
})