refactor: rename tools

This commit is contained in:
2026-04-08 18:40:45 +05:30
parent 30debd2cf9
commit c109acba01
11 changed files with 158 additions and 153 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
*/
export { createEvaluateInEngine262Tool } from "./evaluateInEngine262";
export { createGetSectionContentTool } from "./getSectionContent";
export { createGraphExplorerTool } from "./graphExplorer";
export { type RerankResult, rerankDocuments } from "./reranker";
export { createSectionRetrieverTool } from "./sectionRetriever";
export { createSpecRetrieverTool } from "./specRetriever";
export { createSearchSpecSectionsTool } from "./searchSpecSections";