chore: remove codesearch tool (#27019)
This commit is contained in:
parent
61174b7878
commit
2481dde36d
11 changed files with 4 additions and 107 deletions
|
|
@ -72,7 +72,6 @@ describe("tool.registry", () => {
|
|||
const registry = yield* ToolRegistry.Service
|
||||
const ids = yield* registry.ids()
|
||||
|
||||
expect(ids).not.toContain("codesearch")
|
||||
expect(ids).not.toContain("repo_clone")
|
||||
expect(ids).not.toContain("repo_overview")
|
||||
}),
|
||||
|
|
@ -84,7 +83,6 @@ describe("tool.registry", () => {
|
|||
const registry = yield* ToolRegistry.Service
|
||||
const ids = yield* registry.ids()
|
||||
|
||||
expect(ids).toContain("codesearch")
|
||||
expect(ids).toContain("repo_clone")
|
||||
expect(ids).toContain("repo_overview")
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue