ExBifrost.Model.AnthropicMessageResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicMessageResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicMessageResponse{
  content: [ExBifrost.Model.AnthropicContentBlock.t()] | nil,
  id: String.t() | nil,
  model: String.t() | nil,
  role: String.t() | nil,
  stop_reason: String.t() | nil,
  stop_sequence: String.t() | nil,
  type: String.t() | nil,
  usage: ExBifrost.Model.AnthropicCreateMessage200ResponseUsage.t() | nil
}

Functions

decode(value)