summarize_doc
Generates a concise summary of a documentation file, extracting the essential information without the extraneous details.
Instructions
Automatically summarizes specific documentation files into concise, digestible chunks. Gets the essence without the noise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The absolute path to the documentation file to summarize. | |
| maxLength | No | Optional. Maximum summary length in characters (default: 500). |