get_local_repo
Extract and convert code from a local repository into a text format optimized for AI processing, preserving structure and context for enhanced analysis.
Instructions
Process and return the code from a local repository as text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"repo_path": {
"title": "Repo Path",
"type": "string"
}
},
"required": [
"repo_path"
],
"title": "get_local_repoArguments",
"type": "object"
}