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

Schema representing a FunctionObject within the OpenAI API

Summary

Types

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