Rename extract_source_code_definitions_top_level to view_source_code_definitions_top_level and update Announcement

This commit is contained in:
Saoud Rizwan
2024-07-31 10:10:04 -04:00
parent 3daca3d68f
commit 838a3ae10f
8 changed files with 22 additions and 20 deletions

View File

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

View File

@@ -5,7 +5,7 @@ export type ToolName =
| "read_file"
| "list_files_top_level"
| "list_files_recursive"
| "extract_source_code_definitions_top_level"
| "view_source_code_definitions_top_level"
| "execute_command"
| "ask_followup_question"
| "attempt_completion"