View Source OpenAi.Function (OpenAI REST API Client v1.0.0)

Provides struct and type for a Function

Summary

Types

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