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