ExBifrost.Model.ChatCompletionRequestPrediction (ex_bifrost v0.1.0)

Copy Markdown View Source

Predicted output content for the model to reference (OpenAI only). Can reduce latency.

Summary

Types

t()

@type t() :: %ExBifrost.Model.ChatCompletionRequestPrediction{
  content: ExBifrost.Model.ChatCompletionRequestPredictionContent.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)