ExBifrost.Model.CohereChatV2200ResponseDeltaMessageToolCallsOneOf (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatV2200ResponseDeltaMessageToolCallsOneOf model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatV2200ResponseDeltaMessageToolCallsOneOf{
  function:
    ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerDeltaToolCallsInnerFunction.t()
    | nil,
  id: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value)