Interface EpisodicConsolidationOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EpisodicConsolidationOverride.Builder,,EpisodicConsolidationOverride> SdkBuilder<EpisodicConsolidationOverride.Builder,,EpisodicConsolidationOverride> SdkPojo
- Enclosing class:
EpisodicConsolidationOverride
@Mutable
@NotThreadSafe
public static interface EpisodicConsolidationOverride.Builder
extends SdkPojo, CopyableBuilder<EpisodicConsolidationOverride.Builder,EpisodicConsolidationOverride>
-
Method Summary
Modifier and TypeMethodDescriptionappendToPrompt(String appendToPrompt) The text appended to the prompt for the consolidation step of the episodic memory strategy.The model ID used for the consolidation step of the episodic memory strategy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
appendToPrompt
The text appended to the prompt for the consolidation step of the episodic memory strategy.
- Parameters:
appendToPrompt- The text appended to the prompt for the consolidation step of the episodic memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
The model ID used for the consolidation step of the episodic memory strategy.
- Parameters:
modelId- The model ID used for the consolidation step of the episodic memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-