Module Values.AIPromptTemplateConfigurationSource

A typed union that specifies the configuration for a prompt template based on its type.

Sourcetype nonrec t = {
  1. textFullAIPromptEditTemplateConfiguration : TextFullAIPromptEditTemplateConfiguration.t option;
    (*

    The configuration for a prompt template that supports full textual prompt configuration using a YAML prompt.

    *)
}
Sourceval make : ?textFullAIPromptEditTemplateConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of TextAIPrompt.t ]) 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