openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.chat
/
LogprobsContent
/
LogprobsContent
Logprobs
Content
constructor
(
token
:
String
,
logprob
:
Double
,
bytes
:
List
<
Int
>
?
=
null
,
topLogprobs
:
List
<
TopLogprob
>
)