View Source ExOpenAI.Components.ToolChoiceOptions (ex_openai.ex v1.8.0)
Schema representing a ToolChoiceOptions within the OpenAI API
Use any of these components: {:enum, [:none, :auto, :required]}
Summary
Types
@type t() :: :required | :auto | :none