# PastedPaths

> **Class** in `deepagents_cli`

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

Message sent when paste payload resolves to file paths.

## Signature

```python
PastedPaths(
    self,
    raw_text: str,
    paths: list[Path],
)
```

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    raw_text: str,
    paths: list[Path],
) -> None
```

| Name | Type |
|------|------|
| `raw_text` | `str` |
| `paths` | `list[Path]` |


## Properties

- `raw_text`
- `paths`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/ead1d09c7b5c2fe58044917bd7bfbb11634d55e2/libs/cli/deepagents_cli/widgets/chat_input.py#L386)