()
| 265 | } |
| 266 | |
| 267 | async function resetChatStore(): Promise<void> { |
| 268 | const { useChatStore } = await import('../state/chat-store') |
| 269 | useChatStore.getState().reset() |
| 270 | } |
| 271 | |
| 272 | interface RestartOpts { |
| 273 | resetChat?: boolean |
no test coverage detected