# AskUserCancelled

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/_ask_user_types/AskUserCancelled)

Widget result when the user cancels the prompt.

## Signature

```python
AskUserCancelled()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    type: Literal['cancelled'],
)
```

| Name | Type |
|------|------|
| `type` | `Literal['cancelled']` |


## Properties

- `type`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/1ae053f347679e58562d2b81eb6d6e6e9bbf0b07/libs/cli/deepagents_cli/_ask_user_types.py#L82)