# Choice

> **Class** in `deepagents_cli`

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

A single choice option for a multiple choice question.

## Signature

```python
Choice()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    value: Annotated[str, Field(description='The display label for this choice.')],
)
```

| Name | Type |
|------|------|
| `value` | `Annotated[str, Field(description='The display label for this choice.')]` |


## Properties

- `value`

---

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