Module: Deeprails::Models::DefendResponse::AutomaticHallucinationToleranceLevel

Extended by:
Internal::Type::Enum
Defined in:
lib/deeprails/models/defend_response.rb

Constant Summary collapse

LOW =
:low
MEDIUM =
:medium
HIGH =
:high

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(automatic_hallucination_tolerance_levels:, capabilities:, created_at:, custom_hallucination_threshold_values:, description:, events:, files:, name:, status:, threshold_type:, updated_at:, workflow_id:, improvement_action: nil, stats: nil) ⇒ Object

Some parameter documentations has been truncated, see Deeprails::Models::DefendResponse for more details.

Parameters:



130
131
132
133
134
135
136
137
138
139
# File 'lib/deeprails/models/defend_response.rb', line 130

module AutomaticHallucinationToleranceLevel
  extend Deeprails::Internal::Type::Enum

  LOW = :low
  MEDIUM = :medium
  HIGH = :high

  # @!method self.values
  #   @return [Array<Symbol>]
end