ExBifrost.Model.ChatDefault (ex_bifrost v0.1.0)

Copy Markdown View Source

Chat format - uses ChatAssistantMessageToolCall schema

Summary

Types

t()

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

Functions

decode(value)