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

Schema representing a ChatCompletionFunctions within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionFunctions{
  description: String.t() | nil,
  name: String.t(),
  parameters: ExOpenAI.Components.FunctionParameters.t()
}