ExBifrost.Model.Responses1 (ex_bifrost v0.1.0)

Copy Markdown View Source

Responses format - uses ResponsesToolMessage schema

Summary

Types

t()

@type t() :: %ExBifrost.Model.Responses1{
  action: %{optional(String.t()) => any()} | nil,
  arguments: String.t() | nil,
  call_id: String.t() | nil,
  error: String.t() | nil,
  name: String.t(),
  output: %{optional(String.t()) => any()} | nil
}

Functions

decode(value)