mirror of
https://github.com/colanode/colanode.git
synced 2025-12-25 16:09:31 +01:00
- Move assistant response chain and related functions to a dedicated `assistant.ts` library - Simplify `assistant-response.ts` by delegating complex logic to the new library - Create type definitions for assistant chain state and related types - Improve modularity and separation of concerns in AI assistant implementation - Remove deprecated `ChunkingService` and replace with functional `chunkText` approach