mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
removed unused import
This commit is contained in:
parent
1bfc810225
commit
bab0d65558
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export type AskFinishSubTaskApproval = () => Promise<boolean>
|
|||
|
||||
export type ToolDescription = () => string
|
||||
|
||||
import { toolParamNames, ToolParamName } from "../core/message-parsing/directives/tool-directives"
|
||||
import { ToolParamName } from "../core/message-parsing/directives/tool-directives"
|
||||
|
||||
// Define tool group configuration
|
||||
export type ToolGroupConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue