this one too

This commit is contained in:
perf3ct 2025-04-16 19:36:34 +00:00
parent d149e21896
commit 21b07ff7e4
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import sessionsStore from './sessions_store.js';
import { ContextHandler } from './handlers/context_handler.js';
import { ToolHandler } from './handlers/tool_handler.js';
import { StreamHandler } from './handlers/stream_handler.js';
import * as messageFormatter from './utils/message-formatter.js';
import * as messageFormatter from './utils/message_formatter.js';
import type { ChatSession, ChatMessage, NoteSource } from './interfaces/session.js';
import type { LLMStreamMessage } from './interfaces/ws_messages.js';

View File

@ -15,7 +15,7 @@ import { ContextHandler } from "./handlers/context_handler.js";
import { ToolHandler } from "./handlers/tool_handler.js";
import { StreamHandler } from "./handlers/stream_handler.js";
import SessionsStore from "./sessions_store.js";
import * as MessageFormatter from "./utils/message-formatter.js";
import * as MessageFormatter from "./utils/message_formatter.js";
import type { NoteSource } from "./interfaces/session.js";
import type { LLMStreamMessage } from "./interfaces/ws_messages.js";