Logprobs

@Serializable
data class Logprobs(val content: List<LogprobsContent>? = null)

An object containing log probability information for the choice.

documentation

Constructors

Link copied to clipboard
constructor(content: List<LogprobsContent>? = null)

Properties

Link copied to clipboard

A list of message content tokens with log probability information.