ExOpenAI.Components.ChatCompletionFunctions (ex_openai.ex v1.2.1) View Source
Schema representing a ChatCompletionFunctions within the OpenAI API
Link to this section Summary
Link to this section Types
Specs
t() :: %ExOpenAI.Components.ChatCompletionFunctions{ description: String.t() | nil, name: String.t(), parameters: ExOpenAI.Components.ChatCompletionFunctionParameters.t() | nil }