mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Add analyze_project tool
This commit is contained in:
@@ -3,6 +3,7 @@ import { Anthropic } from "@anthropic-ai/sdk"
|
||||
export type ToolName =
|
||||
| "write_to_file"
|
||||
| "read_file"
|
||||
| "analyze_project"
|
||||
| "list_files"
|
||||
| "execute_command"
|
||||
| "ask_followup_question"
|
||||
@@ -10,4 +11,4 @@ export type ToolName =
|
||||
|
||||
export type Tool = Omit<Anthropic.Tool, "name"> & {
|
||||
name: ToolName
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user