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

# ChoiceAnswer

> A Choice answer.

A Choice answer. `choice` is the option key.

## Properties

<ResponseField name={"choice"} type={"string"} required>
  The server's selected winner, verbatim (never recomputed locally).
</ResponseField>

<ResponseField name={"confidence"} type={"number"} required>
  0–1 summary of how peaked \[`ChoiceAnswer.probabilities`] is.
</ResponseField>

<ResponseField name={"probabilities"} type={"Record<string, number>"} required>
  The full distribution over the options. Sums to 1.
</ResponseField>
