---
title: "Summarizer"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/agents/summarizer
markdown: https://docs.nodetool.ai/nodes/nodetool/agents/summarizer.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/agents/summarizer.md
---

# Summarizer

**Type:** `nodetool.agents.Summarizer`

**Namespace:** `nodetool.agents`

## Description

Generate concise summaries of text content using LLM providers with streaming output.
    text, summarization, nlp, content, streaming

    Specialized for creating high-quality summaries with real-time streaming:
    - Condensing long documents into key points
    - Creating executive summaries with live output
    - Extracting main ideas from text as they're generated
    - Maintaining factual accuracy while reducing length

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| system_prompt | `str` | The system prompt for the summarizer | `         You are an expert summarizer. Your tas...` |
| model | `language_model` | Model to use for summarization | `{"type":"language_model","provider":"empty","id...` |
| text | `str` | The text to summarize | `` |
| image | `image` | Optional image to condition the summary | `{"type":"image","uri":"","asset_id":null,"data"...` |
| audio | `audio` | Optional audio to condition the summary | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| max_sentences | `int` | Approximate number of sentences for the summary. | `3` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| text | `str` |  |
| chunk | `chunk` |  |

## Related Nodes

Browse other nodes in the [nodetool.agents](./) namespace.
