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

Schema representing a InputText within the OpenAI API

Summary

Types

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