Values.GetPromptRequestSourceRetrieves information about the working draft (DRAFT version) of a prompt or a version of it, depending on whether you include the promptVersion field or not. For more information, see View information about prompts using Prompt management and View information about a version of your prompt in the Amazon Bedrock User Guide.
type nonrec t = {promptIdentifier : PromptIdentifier.t;The unique identifier of the prompt.
*)promptVersion : Version.t option;The version of the prompt about which you want to retrieve information. Omit this field to return information about the working draft of the prompt.
*)}