mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	rename these "agent tools"
This commit is contained in:
		@@ -8,7 +8,7 @@ import { ContextExtractor } from './context/index.js';
 | 
				
			|||||||
import contextService from './context_service.js';
 | 
					import contextService from './context_service.js';
 | 
				
			||||||
import indexService from './index_service.js';
 | 
					import indexService from './index_service.js';
 | 
				
			||||||
import { getEmbeddingProvider, getEnabledEmbeddingProviders } from './providers/providers.js';
 | 
					import { getEmbeddingProvider, getEnabledEmbeddingProviders } from './providers/providers.js';
 | 
				
			||||||
import agentTools from './agent_tools/index.js';
 | 
					import agentTools from './context_extractors/index.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Import interfaces
 | 
					// Import interfaces
 | 
				
			||||||
import type {
 | 
					import type {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
import type { ChatResponse } from '../ai_interface.js';
 | 
					import type { ChatResponse } from '../ai_interface.js';
 | 
				
			||||||
import type { VectorSearchResult } from '../agent_tools/vector_search_tool.js';
 | 
					import type { VectorSearchResult } from '../context_extractors/vector_search_tool.js';
 | 
				
			||||||
import type { NoteInfo, NotePathInfo, NoteHierarchyLevel } from '../agent_tools/note_navigator_tool.js';
 | 
					import type { NoteInfo, NotePathInfo, NoteHierarchyLevel } from '../context_extractors/note_navigator_tool.js';
 | 
				
			||||||
import type { DecomposedQuery, SubQuery } from '../agent_tools/query_decomposition_tool.js';
 | 
					import type { DecomposedQuery, SubQuery } from '../context_extractors/query_decomposition_tool.js';
 | 
				
			||||||
import type { ThinkingProcess, ThinkingStep } from '../agent_tools/contextual_thinking_tool.js';
 | 
					import type { ThinkingProcess, ThinkingStep } from '../context_extractors/contextual_thinking_tool.js';
 | 
				
			||||||
import type BAttribute from '../../../becca/entities/battribute.js';
 | 
					import type BAttribute from '../../../becca/entities/battribute.js';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user