Skip to content

Bedrock Agentcore  >  Unions  >  MemoryContent

MemoryContent

Union Type

MemoryContent module-attribute

MemoryContent = Union[MemoryContentText | MemoryContentUnknown]

Contains the content of a memory record.

Union Member Types

MemoryContentText dataclass

The text content of the memory record.

Attributes

value instance-attribute
value: str

MemoryContentUnknown 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