# WriteTodosInput

> **Class** in `langchain`

📖 [View in docs](https://reference.langchain.com/python/langchain/agents/middleware/todo/WriteTodosInput)

Input schema for the `write_todos` tool.

## Signature

```python
WriteTodosInput()
```

## Extends

- `BaseModel`

## Properties

- `todos`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/02991cb4cf2063d51a07268edafb05fe53de1826/libs/langchain_v1/langchain/agents/middleware/todo.py#L46)