Values.PromptInferenceConfigurationSourceContains inference configurations for the prompt.
type nonrec t = {text : PromptModelInferenceConfiguration.t option;Contains inference configurations for a text prompt.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Float of Temperature.t
| `Integer of MaximumLength.t
| `List of [> `String of String_.t ] list ])
list ])
list ]