Skip to content

Commit 83a8592

Browse files
committed
fix: types
1 parent 6b97ec4 commit 83a8592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/tools/codebaseSearchTool.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import * as vscode from "vscode"
22
import { Cline } from "../Cline"
3+
import { ToolUse } from "../assistant-message"
34
import { CodeIndexManager } from "../../services/code-index/manager"
45
import { getWorkspacePath } from "../../utils/path"
56
import { formatResponse } from "../prompts/responses"
67
import { t } from "../../i18n"
78
import { VectorStoreSearchResult } from "../../services/code-index/interfaces"
8-
import { ToolUse, AskApproval, HandleError, PushToolResult, RemoveClosingTag } from "../../shared/tools"
9+
import { AskApproval, HandleError, PushToolResult, RemoveClosingTag } from "./types"
910

1011
export async function codebaseSearchTool(
1112
cline: Cline,

0 commit comments

Comments
 (0)