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

Provides struct and type for a Response.JSONSchema

Summary

Types

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