Module Values.CustomTemplateSource

Configuration for using a custom note template with specific instructions

Sourcetype nonrec t = {
  1. templateType : CustomTemplateBase.t;
    (*

    The base template type to customize

    *)
  2. templateInstructions : TemplateInstructions.t;
    (*

    Custom instructions for each section of the template

    *)
}
Sourceval context_ : string
Sourceval make : templateType:CustomTemplateBase.t -> templateInstructions:TemplateInstructions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of SensitiveAlphanumericString.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