ExBifrost.Model.AnthropicCreateMessage200ResponseDelta (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicCreateMessage200ResponseDelta model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicCreateMessage200ResponseDelta{
  partial_json: String.t() | nil,
  signature: String.t() | nil,
  stop_reason: String.t() | nil,
  stop_sequence: String.t() | nil,
  text: String.t() | nil,
  thinking: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)