Name | Type | Description | Notes |
---|---|---|---|
tokens | Array<String> | [optional] | |
token_logprobs | Array<Float> | [optional] | |
top_logprobs | Array<Hash<String, Float>> | [optional] | |
text_offset | Array<Integer> | [optional] |
require 'azure_openai_client'
instance = AzureOpenaiClient::CompletionsCreate200ResponseChoicesInnerLogprobs.new(
tokens: null,
token_logprobs: null,
top_logprobs: null,
text_offset: null
)