mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
refactor(server): more unaccessible types
This commit is contained in:
@@ -26,7 +26,7 @@ import type {
|
||||
*
|
||||
* Manages and provides access to all available agent tools.
|
||||
*/
|
||||
class AgentToolsManager {
|
||||
export class AgentToolsManager {
|
||||
private vectorSearchTool: VectorSearchTool | null = null;
|
||||
private noteNavigatorTool: NoteNavigatorTool | null = null;
|
||||
private queryDecompositionTool: QueryDecompositionTool | null = null;
|
||||
|
||||
Reference in New Issue
Block a user