ExBifrost.Model.AnthropicCreateComplete200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicCreateComplete200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicCreateComplete200Response{
  completion: String.t() | nil,
  id: String.t() | nil,
  model: String.t() | nil,
  stop_reason: String.t() | nil,
  type: String.t() | nil,
  usage: ExBifrost.Model.AnthropicCreateComplete200ResponseUsage.t() | nil
}

Functions

decode(value)