refactor(chat): reorganize helper functions and update imports
This commit is contained in:
@@ -57,6 +57,6 @@ export type ChatEvent =
|
||||
| { type: "ChatQueuedSendStarted" }
|
||||
| {
|
||||
type: "ChatQueuedHttpDone";
|
||||
output: import("./chat-machine.helpers").HttpSendOutput;
|
||||
output: import("./helper/send-state").HttpSendOutput;
|
||||
}
|
||||
| { type: "ChatQueuedSendError"; content: string; errorMessage: string };
|
||||
|
||||
Reference in New Issue
Block a user