feat(chat): sync multi-role backend APIs

This commit is contained in:
2026-07-20 11:29:54 +08:00
parent 16b5c16e76
commit b6fdc912ae
84 changed files with 1488 additions and 439 deletions
+5
View File
@@ -189,6 +189,11 @@ const userSessionState = chatMachineSetup.createStateConfig({
},
],
on: {
ChatHistoryRefreshRequested: {
target: "#chat.userSession",
reenter: true,
actions: "startUserSession",
},
...historyPaginationTransitions,
ChatGuestLogin: {
target: "#chat.guestSession",