Module Values.HallucinationReductionConfigurationSource

Configuration information required to setup hallucination reduction. For more information, see hallucination reduction. The hallucination reduction feature won't work if chat orchestration controls are enabled for your application.

Sourcetype nonrec t = {
  1. hallucinationReductionControl : HallucinationReductionControl.t option;
    (*

    Controls whether hallucination reduction has been enabled or disabled for your application. The default status is DISABLED.

    *)
}
Sourceval make : ?hallucinationReductionControl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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