Values.TextPromptTemplateConfigurationSourceContains configurations for a text prompt template. To include a variable, enclose a word in double curly braces as in {{variable}}.
type nonrec t = {text : TextPrompt.t;The message for the prompt.
*)cachePoint : CachePointBlock.t option;A cache checkpoint within a template configuration.
*)inputVariables : PromptInputVariablesList.t option;An array of the variables in the prompt template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PromptInputVariableName.t ]) list ]
list
| `String of TextPrompt.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]