View Source ExOpenAI.Components.AssistantsNamedToolChoice (ex_openai.ex v1.7.0)

Schema representing a AssistantsNamedToolChoice within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.AssistantsNamedToolChoice{
  function: %{name: String.t()} | nil,
  type: :file_search | :code_interpreter | :function
}