# UpdateAsyncTaskSchema

> **Class** in `deepagents`

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

Input schema for the `update_async_task` tool.

## Signature

```python
UpdateAsyncTaskSchema()
```

## Extends

- `BaseModel`

## Properties

- `task_id`
- `message`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/3bcc51a95da80094cfc8bc4bcaf25dc1e2ad8f44/libs/deepagents/deepagents/middleware/async_subagents.py#L142)