Skip to content

Commit

Permalink
exlude searcher Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Mar 1, 2024
1 parent 1ee5ce4 commit 744012f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export const tools: Tool[] = [
issueTool,
explorerTool,
checkDeprecatedTool,
]

export const searcherTool: Tool[] = [
searchTool
]
export const toolMap = tools.reduce((acc: ToolMap, tool: Tool) => {
Expand Down

0 comments on commit 744012f

Please sign in to comment.