ExBifrost.Model.AnthropicCreateMessage200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicCreateMessage200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicCreateMessage200Response{
  content_block: ExBifrost.Model.AnthropicContentBlock.t() | nil,
  delta: ExBifrost.Model.AnthropicCreateMessage200ResponseDelta.t() | nil,
  error: ExBifrost.Model.AnthropicCreateMessage200ResponseError.t() | nil,
  id: String.t() | nil,
  index: integer() | nil,
  message: ExBifrost.Model.AnthropicMessageResponse.t() | nil,
  type: String.t() | nil,
  usage: ExBifrost.Model.AnthropicCreateMessage200ResponseUsage.t() | nil
}

Functions

decode(value)