ExBifrost.Model.ResponsesRequestToolChoice (ex_bifrost v0.1.0)

Copy Markdown View Source

ResponsesRequestToolChoice model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.ResponsesRequestToolChoice{
  mode: any() | nil,
  name: any() | nil,
  server_label: any() | nil,
  tools: [ExBifrost.Model.ResponsesRequestToolChoiceOneOfToolsInner.t()] | nil,
  type: any()
}

Functions

decode(value)