get_file_overview
Extracts a structural summary of a file, showing imports, classes, functions, and exports for code analysis.
Instructions
Bir dosyanın yapısal özetini çıkarır.
Args: path: Proje kök dizini file: Dosya yolu (proje-relative)
Returns: Dosya yapısı — importlar, sınıflar, fonksiyonlar, exportlar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |