AWS::Bedrock::PromptVersion Message
A message input, or returned from, a call to Converse or ConverseStream.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Content" :
[ ContentBlock, ... ]
, "Role" :String
}
YAML
Content:
- ContentBlock
Role:String
Properties
Content
-
The message content. Note the following restrictions:
-
You can include up to 20 images. Each image's size, height, and width must be no more than 3.75 MB, 8000 px, and 8000 px, respectively.
-
You can include up to five documents. Each document's size must be no more than 4.5 MB.
-
If you include a
ContentBlock
with adocument
field in the array, you must also include aContentBlock
with atext
field. -
You can only include images and documents if the
role
isuser
.
Required: Yes
Type: Array of ContentBlock
Minimum:
1
Update requires: No interruption
-
Role
-
The role that the message plays in the message.
Required: Yes
Type: String
Allowed values:
user | assistant
Update requires: No interruption