# PastedContent

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/paste_collapse/PastedContent)

Stored content for a collapsed paste.

The paste's numeric identifier is the key under which this record is
stored in the input's paste map, so it is not duplicated on the record.

## Signature

```python
PastedContent(
    self,
    content: str,
)
```

## Constructors

```python
__init__(
    self,
    content: str,
) -> None
```

| Name | Type |
|------|------|
| `content` | `str` |


## Properties

- `content`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/paste_collapse.py#L26)