# ParsedPastedPathPayload

> **Class** in `deepagents_code`

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

Unified parse result for dropped-path payload detection.

## Signature

```python
ParsedPastedPathPayload(
    self,
    paths: list[Path],
    token_end: int | None = None,
)
```

## Constructors

```python
__init__(
    self,
    paths: list[Path],
    token_end: int | None = None,
) -> None
```

| Name | Type |
|------|------|
| `paths` | `list[Path]` |
| `token_end` | `int \| None` |


## Properties

- `paths`
- `token_end`

---

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