mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Refactor viewSourceCodeDefinitionsTopLevel to listCodeDefinitionNames
This commit is contained in:
@@ -64,7 +64,7 @@ export interface ClaudeSayTool {
|
||||
| "readFile"
|
||||
| "listFilesTopLevel"
|
||||
| "listFilesRecursive"
|
||||
| "viewSourceCodeDefinitionsTopLevel"
|
||||
| "listCodeDefinitionNames"
|
||||
path?: string
|
||||
diff?: string
|
||||
content?: string
|
||||
|
||||
@@ -4,7 +4,7 @@ export type ToolName =
|
||||
| "write_to_file"
|
||||
| "read_file"
|
||||
| "list_files"
|
||||
| "view_source_code_definitions_top_level"
|
||||
| "list_code_definition_names"
|
||||
| "execute_command"
|
||||
| "ask_followup_question"
|
||||
| "attempt_completion"
|
||||
|
||||
Reference in New Issue
Block a user