Module Values.AutomatedReasoningPolicyGenerateFidelityReportContentSource

Configuration for generating a fidelity report, which can either analyze new documents or update an existing fidelity report with a new policy definition.

Sourcetype nonrec t = {
  1. documents : AutomatedReasoningPolicyGenerateFidelityReportDocumentList.t option;
    (*

    Source documents to analyze for generating a new fidelity report. The documents will be processed to create atomic statements and grounding information.

    *)
}
Sourceval make : ?documents:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Blob of AutomatedReasoningPolicyBuildDocumentBlob.t | `Enum of string | `String of AutomatedReasoningPolicyBuildDocumentName.t ]) 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