get_file_overview
Summarize a C# file's contents by listing defined types and compiler diagnostics.
Instructions
Get a summary of a C# file: which types are defined in it and any compiler diagnostics. Useful for quickly understanding a file's contents without reading it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Full path to the C# source file |