()
| 4 | |
| 5 | // Lazy import to avoid circular deps at module init time |
| 6 | function getStore() { |
| 7 | // eslint-disable-next-line @typescript-eslint/no-var-requires |
| 8 | return require("../store").useChatStore as import("../store").UseChatStore; |
| 9 | } |
| 10 | |
| 11 | // --------------------------------------------------------------------------- |
| 12 | // ConversationAPI — backed by the Zustand client-side store. |
no outgoing calls
no test coverage detected