Skip to content

Bedrock Agentcore Control  >  Structures  >  EpisodicExtractionOverride

EpisodicExtractionOverride

Structure Class

EpisodicExtractionOverride dataclass

Contains configurations to override the default extraction step for the episodic memory strategy.

Attributes

append_to_prompt class-attribute instance-attribute
append_to_prompt: str = field(repr=False)

The text appended to the prompt for the extraction step of the episodic memory strategy.

model_id instance-attribute
model_id: str

The model ID used for the extraction step of the episodic memory strategy.