Skip to content

Bedrock Agentcore  >  Unions  >  SystemPromptConfig

SystemPromptConfig

Union Type

SystemPromptConfig module-attribute

The system prompt input, either as inline text or from a configuration bundle.

Union Member Types

SystemPromptConfigText dataclass

The system prompt text provided inline.

Attributes

value instance-attribute
value: str

SystemPromptConfigConfigurationBundle dataclass

The system prompt sourced from a configuration bundle version.

Attributes

value instance-attribute

SystemPromptConfigUnknown 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