# PastedPaths

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/tui/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/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/tui/widgets/chat_input.py#L516)