Values.PromptGenAiResourceSourceContains specifications for a generative AI resource with which to use the prompt. For more information, see Create a prompt using Prompt management.
type nonrec t = {agent : PromptAgentResource.t option;Specifies an Amazon Bedrock agent with which to use the prompt.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of AgentAliasArn.t ]) list ])
list ]