View Source ExOpenAI.Components.Refusal (ex_openai.ex v1.8.1-beta)
Schema representing a Refusal within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.Refusal{refusal: String.t(), type: :refusal}
Schema representing a Refusal within the OpenAI API
@type t() :: %ExOpenAI.Components.Refusal{refusal: String.t(), type: :refusal}