refactor(chat): move actors into machine directory

This commit is contained in:
2026-07-15 10:36:22 +08:00
parent 14600641e1
commit 2b90f90ab0
8 changed files with 11 additions and 31 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
countLockedHistoryMessages,
type UnlockMessageOutput,
} from "../chat-machine.helpers";
import type { UnlockHistoryOutput } from "../chat-unlock-flow";
import type { UnlockHistoryOutput } from "./actors/unlock";
import { sendMachineSetup } from "./send-flow";
import { createChatActorActionSetup } from "./setup";