Module Values.GuardrailAutomatedReasoningTranslationAmbiguousFindingSource

Indicates that the input has multiple valid logical interpretations, requiring additional context or clarification.

Sourcetype nonrec t = {
  1. options : GuardrailAutomatedReasoningTranslationOptionList.t option;
    (*

    Different logical interpretations that were detected during translation of the input.

    *)
  2. differenceScenarios : GuardrailAutomatedReasoningDifferenceScenarioList.t option;
    (*

    Scenarios showing how the different translation options differ in meaning.

    *)
}
Sourceval make : ?options:??? -> ?differenceScenarios:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of GuardrailAutomatedReasoningTranslationConfidence.t | `List of [> `Structure of (string * [> `String of GuardrailAutomatedReasoningStatementLogicContent.t ]) list ] list | `String of GuardrailAutomatedReasoningStatementLogicContent.t ]) list ] list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t