View Source ExOpenAI.Components.AssistantsApiToolChoiceOption (ex_openai.ex v1.7.0)
Schema representing a AssistantsApiToolChoiceOption within the OpenAI API
Use any of these components: [[:none, :auto, :required], "AssistantsNamedToolChoice"]
Summary
Types
@type t() :: ExOpenAI.Components.AssistantsNamedToolChoice.t() | :required | :auto | :none