ExBifrost.Model.CohereChatResponseMessage (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatResponseMessage model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatResponseMessage{
  content: [ExBifrost.Model.CohereChatResponseMessageContentInner.t()] | nil,
  role: String.t() | nil,
  tool_calls:
    [ExBifrost.Model.CohereChatV2200ResponseDeltaMessageToolCallsOneOf.t()]
    | nil,
  tool_plan: String.t() | nil
}

Functions

decode(value)