View Source ExOpenAI.Components.ToolChoiceFunction (ex_openai.ex v1.8.0)

Schema representing a ToolChoiceFunction within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ToolChoiceFunction{
  name: String.t(),
  type: :function
}