View Source ExOpenAI.Components.Prompt (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema Prompt.
Type
{:%{}, [], [{{:required, [], [:id]}, {{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}}, {{:optional, [], [:variables]}, {{:., [], [ExOpenAI.Components.ResponsePromptVariables, :t]}, [], []}}, {{:optional, [], [:version]}, {:|, [], [{{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}, {:any, [], []}]}}]} | any()
Summary
Types
@type t() :: %{ :id => String.t(), optional(:variables) => ExOpenAI.Components.ResponsePromptVariables.t(), optional(:version) => String.t() | any() } | any()