View Source ExOpenAI.Components.ChatCompletionNamedToolChoice (ex_openai.ex v1.7.0)
Schema representing a ChatCompletionNamedToolChoice within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ChatCompletionNamedToolChoice{ function: %{name: String.t()}, type: :function }