Name | Type | Description | Notes |
---|---|---|---|
text | String | [optional] | |
index | Integer | [optional] | |
logprobs | CompletionsCreate200ResponseChoicesInnerLogprobs | [optional] | |
finish_reason | String | [optional] |
require 'azure_openai_client'
instance = AzureOpenaiClient::CompletionsCreate200ResponseChoicesInner.new(
text: null,
index: null,
logprobs: null,
finish_reason: null
)