Interface EpisodicReflectionOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EpisodicReflectionOverride.Builder,,EpisodicReflectionOverride> SdkBuilder<EpisodicReflectionOverride.Builder,,EpisodicReflectionOverride> SdkPojo
- Enclosing class:
EpisodicReflectionOverride
@Mutable
@NotThreadSafe
public static interface EpisodicReflectionOverride.Builder
extends SdkPojo, CopyableBuilder<EpisodicReflectionOverride.Builder,EpisodicReflectionOverride>
-
Method Summary
Modifier and TypeMethodDescriptionappendToPrompt(String appendToPrompt) The text appended to the prompt for the reflection step of the episodic memory strategy.The model ID used for the reflection step of the episodic memory strategy.namespaces(String... namespaces) The namespaces over which reflections were created.namespaces(Collection<String> namespaces) The namespaces over which reflections were created.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 reflection step of the episodic memory strategy.
- Parameters:
appendToPrompt- The text appended to the prompt for the reflection 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 reflection step of the episodic memory strategy.
- Parameters:
modelId- The model ID used for the reflection step of the episodic memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces over which reflections were created. Can be less nested than the episodic namespaces.
- Parameters:
namespaces- The namespaces over which reflections were created. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
The namespaces over which reflections were created. Can be less nested than the episodic namespaces.
- Parameters:
namespaces- The namespaces over which reflections were created. Can be less nested than the episodic namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-