> ## 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.

# Answers

A Decisions answer using a boolean, choice, or score evaluation.

## Supported Types

### `components.DecisionsChoiceAnswer`

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

### `components.DecisionsNoulAnswer`

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

### `components.DecisionsScoreAnswer`

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