> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Questions

A Decisions question using a boolean, choice, or ordered score evaluation.

## Supported Types

### `components.DecisionsChoiceQuestion`

```python theme={null}
value: components.DecisionsChoiceQuestion = /* values here */
```

### `components.DecisionsNoulQuestion`

```python theme={null}
value: components.DecisionsNoulQuestion = /* values here */
```

### `components.DecisionsScoreQuestion`

```python theme={null}
value: components.DecisionsScoreQuestion = /* values here */
```
