Logprobs

sttp.openai.requests.completions.chat.ChatRequestResponseData.Logprobs
See theLogprobs companion object
case class Logprobs(content: Option[Seq[LogprobData]], refusal: Option[Seq[LogprobData]])

Value parameters

content

A list of message content tokens with log probability information.

refusal

A list of message refusal tokens with log probability information.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product