# WriteFileSchema

> **Class** in `deepagents`

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

Input schema for the `write_file` tool.

## Signature

```python
WriteFileSchema()
```

## Extends

- `BaseModel`

## Properties

- `file_path`
- `content`

---

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