openai.createchatcompletionresponsedata
Home > @runlightyear/openai > CreateChatCompletionResponseData
CreateChatCompletionResponseData interface
Signature:interface CreateChatCompletionResponseData
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
choices | Array<ChatChoice> | ||
created | number | ||
id | string | ||
object | "chat.completion" | ||
usage | Usage |