summarize_local
Summarize long documents, logs, or transcripts using a local model to reduce cloud costs. Optionally focus on specific aspects like errors or API surface.
Instructions
Summarize a block of text using the local model.
Cheap offload for long files, logs, transcripts, or docs the cloud model doesn't need to fully ingest. Returns a concise structured summary.
Args: text: The content to summarize. Can be very long (context window is configurable). focus: Optional focus hint, e.g. "errors and stack traces" or "API surface only".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| focus | No | ||
| model | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |