get_source_relation
Analyze source code dependencies to identify relationships between files in a specified directory, aiding in dependency management and project structure understanding.
Instructions
Analyze dependencies between source files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"title": "get_source_relationArguments",
"type": "object"
}