ExBifrost.Model.CohereChatV2200ResponseDeltaMessageCitationsOneOf (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatV2200ResponseDeltaMessageCitationsOneOf model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatV2200ResponseDeltaMessageCitationsOneOf{
  content_index: integer() | nil,
  end: integer() | nil,
  sources:
    [
      ExBifrost.Model.CohereChatV2200ResponseDeltaMessageCitationsOneOfSourcesInner.t()
    ]
    | nil,
  start: integer() | nil,
  text: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)