Module: Deeprails::Models::DefendUpdateWorkflowParams::AutomaticHallucinationToleranceLevel
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/deeprails/models/defend_update_workflow_params.rb
Constant Summary collapse
- LOW =
:low- MEDIUM =
:medium- HIGH =
:high
Instance Method Summary collapse
-
#initialize(workflow_id:, automatic_hallucination_tolerance_levels: nil, context_awareness: nil, custom_hallucination_threshold_values: nil, description: nil, file_search: nil, improvement_action: nil, max_improvement_attempts: nil, name: nil, threshold_type: nil, web_search: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Deeprails::Models::DefendUpdateWorkflowParams for more details.
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(workflow_id:, automatic_hallucination_tolerance_levels: nil, context_awareness: nil, custom_hallucination_threshold_values: nil, description: nil, file_search: nil, improvement_action: nil, max_improvement_attempts: nil, name: nil, threshold_type: nil, web_search: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Deeprails::Models::DefendUpdateWorkflowParams for more details.
120 121 122 123 124 125 126 127 128 129 |
# File 'lib/deeprails/models/defend_update_workflow_params.rb', line 120 module AutomaticHallucinationToleranceLevel extend Deeprails::Internal::Type::Enum LOW = :low MEDIUM = :medium HIGH = :high # @!method self.values # @return [Array<Symbol>] end |