fixed text response

This commit is contained in:
duffyduck 2026-03-13 08:50:34 +01:00
parent 29e175e75f
commit 58c709f196
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ function sendToGateway(text, isPipeline) {
id: reqId, id: reqId,
method: "chat.send", method: "chat.send",
params: { params: {
sessionKey: "aria-diagnostic", sessionKey: "aria-diag-v2",
message: text, message: text,
idempotencyKey: crypto.randomUUID(), idempotencyKey: crypto.randomUUID(),
}, },