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