---
title: "Output"
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/output/output
markdown: https://docs.nodetool.ai/nodes/nodetool/output/output.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/output/output.md
---

# Output

**Type:** `nodetool.output.Output`

**Namespace:** `nodetool.output`

## Description

Generic output node for any type.
    output, result, sink, return

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| name | `str` | The parameter name for the workflow. | `` |
| value | `any` | The value of the output. | null |
| description | `str` | The description of the output for the workflow. | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `any` |  |

## Related Nodes

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