Values.AIPromptVersionSummarySourceThe summary of the AI Prompt version.
type nonrec t = {aiPromptSummary : AIPromptSummary.t option;The date for the summary of the AI Prompt version.
*)versionNumber : Version.t option;The version number for this AI Prompt version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Version.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ])
list ]