fixed meesage format to openclaw
This commit is contained in:
parent
3baa67d8de
commit
9b101e9c9f
|
|
@ -731,7 +731,7 @@ class ARIABridge:
|
|||
"method": "chat.send",
|
||||
"params": {
|
||||
"sessionKey": self._session_key,
|
||||
"text": text,
|
||||
"message": text,
|
||||
"idempotencyKey": str(uuid.uuid4()),
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ function sendToGateway(text) {
|
|||
method: "chat.send",
|
||||
params: {
|
||||
sessionKey: "aria-diagnostic",
|
||||
text,
|
||||
message: text,
|
||||
idempotencyKey: crypto.randomUUID(),
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue