# TaskToolSchema

> **Class** in `deepagents`

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

Input schema for the `task` tool.

## Signature

```python
TaskToolSchema()
```

## Extends

- `BaseModel`

## Properties

- `description`
- `subagent_type`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a827cddf72d72e4b17921b8eb445a3bfb0511cb4/libs/deepagents/deepagents/middleware/subagents.py#L181)