<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@xg-wang/openai-js](./openai-js.md) &gt; [Choice](./openai-js.choice.md)

## Choice interface

<b>Signature:</b>

```typescript
export interface Choice
```

## Properties

| Property                                             | Type    | Description |
| ---------------------------------------------------- | ------- | ----------- |
| [finish_reason](./openai-js.choice.finish_reason.md) | string  |             |
| [index](./openai-js.choice.index.md)                 | number  |             |
| [logprobs](./openai-js.choice.logprobs.md)           | unknown |             |
| [text](./openai-js.choice.text.md)                   | string  |             |
