Update README with info about the new view_source_code_definitions_top_level tool

This commit is contained in:
Saoud Rizwan
2024-07-31 11:50:49 -04:00
parent c69b515345
commit b672eeb307
3 changed files with 20 additions and 17 deletions

View File

@@ -136,7 +136,7 @@ const tools: Tool[] = [
{
name: "view_source_code_definitions_top_level",
description:
"Parse all source code files at the top level of the specified directory to extract key elements like functions, classes, and methods. This tool provides insights into the codebase structure and important constructs, encapsulating high-level concepts and relationships that are crucial for understanding the overall architecture.",
"Parse all source code files at the top level of the specified directory to extract names of key elements like classes and functions. This tool provides insights into the codebase structure and important constructs, encapsulating high-level concepts and relationships that are crucial for understanding the overall architecture.",
input_schema: {
type: "object",
properties: {