ExBifrost.Model.CohereChatV2200ResponseDeltaMessageToolCalls (ex_bifrost v0.1.0)

Copy Markdown View Source

Tool calls (for tool-call events)

Summary

Types

t()

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

Functions

decode(value)