summarize
Condense large files, logs, or inline text into key points with local models, and answer targeted questions about the content. Supports megabytes via map-reduce; full output saved to a file.
Instructions
Summarise large files, logs or text with LOCAL models (map-reduce; megabytes are fine).
Use instead of Read when a file is long (logs, dumps, generated code, long docs) and
you need the gist or an answer to a specific question ("what errors occurred after
14:00?"). Accepts absolute paths and/or inline text. Concrete details
(identifiers, numbers, errors) are preserved. Full summary is also saved to a file.
NOT for short files (<200 lines): just Read them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| paths | No | ||
| question | No | ||
| timeout_s | No |