Skip to content

Bedrock Agent  >  Unions  >  PromptTemplateConfiguration

PromptTemplateConfiguration

Union Type

PromptTemplateConfiguration module-attribute

Contains the message for a prompt. For more information, see Construct and store reusable prompts with Prompt management in Amazon Bedrock.

Union Member Types

PromptTemplateConfigurationText dataclass

Contains configurations for the text in a message for a prompt.

Attributes

value instance-attribute

PromptTemplateConfigurationChat dataclass

Contains configurations to use the prompt in a conversational format.

Attributes

value instance-attribute

PromptTemplateConfigurationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str