View Source OpenAi.Function (OpenAI REST API Client v0.4.4)

Provides struct and type for a Function

Summary

Types

@type t() :: %OpenAi.Function{
  description: String.t() | nil,
  name: String.t(),
  parameters: map() | nil
}