Module Values.PromptConfigurationsSource

Sourcetype nonrec t = PromptConfiguration.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : PromptConfiguration.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of BasePromptTemplate.t | `Structure of (string * [> `Float of Temperature.t | `Integer of TopK.t | `List of [> `String of String_.t ] list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> PromptConfiguration.t list