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