Bedrock Agentcore Control > Structures > EpisodicOverrideExtractionConfigurationInput EpisodicOverrideExtractionConfigurationInput¶ Structure Class¶ EpisodicOverrideExtractionConfigurationInput dataclass ¶ Configurations for overriding the extraction step of the episodic memory strategy. Attributes¶ append_to_prompt class-attribute instance-attribute ¶ append_to_prompt: str = field(repr=False) The text to append to the prompt for the extraction step of the episodic memory strategy. model_id instance-attribute ¶ model_id: str The model ID to use for the extraction step of the episodic memory strategy.