kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
62 wiersze
1.3 KiB
Markdown
62 wiersze
1.3 KiB
Markdown
[chatgpt](../readme.md) / [Exports](../modules.md) / [openai](../modules/openai.md) / CreateChatCompletionResponseChoicesInner
|
|
|
|
# Interface: CreateChatCompletionResponseChoicesInner
|
|
|
|
[openai](../modules/openai.md).CreateChatCompletionResponseChoicesInner
|
|
|
|
**`Export`**
|
|
|
|
**`Interface`**
|
|
|
|
CreateChatCompletionResponseChoicesInner
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [finish\_reason](openai.CreateChatCompletionResponseChoicesInner.md#finish_reason)
|
|
- [index](openai.CreateChatCompletionResponseChoicesInner.md#index)
|
|
- [message](openai.CreateChatCompletionResponseChoicesInner.md#message)
|
|
|
|
## Properties
|
|
|
|
### finish\_reason
|
|
|
|
• `Optional` **finish\_reason**: `string`
|
|
|
|
**`Memberof`**
|
|
|
|
CreateChatCompletionResponseChoicesInner
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:400](https://github.com/transitive-bullshit/chatgpt-api/blob/48cb944/src/types.ts#L400)
|
|
|
|
___
|
|
|
|
### index
|
|
|
|
• `Optional` **index**: `number`
|
|
|
|
**`Memberof`**
|
|
|
|
CreateChatCompletionResponseChoicesInner
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:388](https://github.com/transitive-bullshit/chatgpt-api/blob/48cb944/src/types.ts#L388)
|
|
|
|
___
|
|
|
|
### message
|
|
|
|
• `Optional` **message**: [`ChatCompletionResponseMessage`](openai.ChatCompletionResponseMessage.md)
|
|
|
|
**`Memberof`**
|
|
|
|
CreateChatCompletionResponseChoicesInner
|
|
|
|
#### Defined in
|
|
|
|
[src/types.ts:394](https://github.com/transitive-bullshit/chatgpt-api/blob/48cb944/src/types.ts#L394)
|