DEV: Improve ai-streamer API (#851)

In preparation for applying the streaming animation elsewhere, we want to better improve the organization of folder structure and methods used in the `ai-streamer`
This commit is contained in:
Keegan George
2024-10-22 10:55:35 -07:00
committed by GitHub
parent b604ff9a23
commit eae7716177
8 changed files with 222 additions and 163 deletions
@@ -3,7 +3,7 @@ import {
addProgressDot,
applyProgress,
MIN_LETTERS_PER_INTERVAL,
} from "discourse/plugins/discourse-ai/discourse/lib/ai-streamer";
} from "discourse/plugins/discourse-ai/discourse/lib/ai-streamer/progress-handlers";
class FakeStreamUpdater {
constructor() {