# Typing

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/widgets/chat_input/ChatInput/Typing)

Posted when the user presses a printable key or backspace in the input.

The app uses this to delay approval widgets while the user is actively
typing, preventing accidental key presses (e.g. `y`, `n`) from
triggering approval decisions.

## Signature

```python
Typing()
```

## Extends

- `Message`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a9e6e4f7ad7fe161dd9affc3d74bb19784aca70b/libs/cli/deepagents_cli/widgets/chat_input.py#L910)