mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
this one too
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user