# ReadFileSchema

> **Class** in `deepagents`

📖 [View in docs](https://reference.langchain.com/python/deepagents/middleware/filesystem/ReadFileSchema)

Input schema for the `read_file` tool.

## Signature

```python
ReadFileSchema()
```

## Extends

- `BaseModel`

## Properties

- `file_path`
- `offset`
- `limit`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/829909166606f8a9d9571b00da725845bad08da7/libs/deepagents/deepagents/middleware/filesystem.py#L127)