Values.AIPromptTemplateConfigurationSourceA typed union that specifies the configuration for a prompt template based on its type.
type nonrec t = {textFullAIPromptEditTemplateConfiguration : TextFullAIPromptEditTemplateConfiguration.t
option;The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of TextAIPrompt.t ]) list ])
list ]