ExBifrost.Model.CohereChatV2200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatV2200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatV2200Response{
  delta: ExBifrost.Model.CohereChatV2200ResponseDelta.t() | nil,
  id: String.t() | nil,
  index: integer() | nil,
  type: String.t() | nil
}

Functions

decode(value)