# FormattedOutput

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/widgets/messages/FormattedOutput)

Result of formatting tool output for display.

## Signature

```python
FormattedOutput(
    self,
    content: Content,
    truncation: str | None = None,
)
```

## Constructors

```python
__init__(
    self,
    content: Content,
    truncation: str | None = None,
) -> None
```

| Name | Type |
|------|------|
| `content` | `Content` |
| `truncation` | `str \| None` |


## Properties

- `content`
- `truncation`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/829909166606f8a9d9571b00da725845bad08da7/libs/cli/deepagents_cli/widgets/messages.py#L104)