View Source ExOpenAI.Components.ChatCompletionTool (ex_openai.ex v1.5.1)

Schema representing a ChatCompletionTool within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionTool{
  function: ExOpenAI.Components.FunctionObject.t(),
  type: :function
}