View Source ExOpenAI.Components.Type (ex_openai.ex v1.8.0)

Schema representing a Type within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.Type{text: String.t(), type: :type}