ExBifrost.Model.CohereChatResponseMessageContentInner (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatResponseMessageContentInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatResponseMessageContentInner{
  document:
    ExBifrost.Model.CohereChatResponseMessageContentInnerDocument.t() | nil,
  image_url:
    ExBifrost.Model.CohereChatResponseMessageContentInnerImageUrl.t() | nil,
  text: String.t() | nil,
  thinking: String.t() | nil,
  type: String.t()
}

Functions

decode(value)