Prediction

sttp.openai.requests.completions.chat.ChatRequestBody.Prediction
See thePrediction companion object
case class Prediction(`type`: String, content: Content)

Value parameters

`type`

The type of the predicted content you want to provide. This type is currently always content.

content

The content that should be matched when generating a model response. If generated tokens would match this content, the entire model response can be returned much more quickly.

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