Refactor viewSourceCodeDefinitionsTopLevel to listCodeDefinitionNames

This commit is contained in:
Saoud Rizwan
2024-08-29 20:53:11 -04:00
parent 2e93928c8f
commit a0f89959a4
5 changed files with 26 additions and 21 deletions

View File

@@ -64,7 +64,7 @@ export interface ClaudeSayTool {
| "readFile"
| "listFilesTopLevel"
| "listFilesRecursive"
| "viewSourceCodeDefinitionsTopLevel"
| "listCodeDefinitionNames"
path?: string
diff?: string
content?: string

View File

@@ -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"