Class: Aws::BedrockAgentCoreControl::Types::EpisodicOverrideReflectionConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::EpisodicOverrideReflectionConfigurationInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Configurations for overriding the reflection step of the episodic memory strategy.
Constant Summary collapse
- SENSITIVE =
[:append_to_prompt]
Instance Attribute Summary collapse
-
#append_to_prompt ⇒ String
The text to append to the prompt for reflection step of the episodic memory strategy.
-
#model_id ⇒ String
The model ID to use for the reflection step of the episodic memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces to use for episodic reflection.
Instance Attribute Details
#append_to_prompt ⇒ String
The text to append to the prompt for reflection step of the episodic memory strategy.
3532 3533 3534 3535 3536 3537 3538 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3532 class EpisodicOverrideReflectionConfigurationInput < Struct.new( :append_to_prompt, :model_id, :namespaces) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#model_id ⇒ String
The model ID to use for the reflection step of the episodic memory strategy.
3532 3533 3534 3535 3536 3537 3538 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3532 class EpisodicOverrideReflectionConfigurationInput < Struct.new( :append_to_prompt, :model_id, :namespaces) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces to use for episodic reflection. Can be less nested than the episodic namespaces.
3532 3533 3534 3535 3536 3537 3538 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3532 class EpisodicOverrideReflectionConfigurationInput < Struct.new( :append_to_prompt, :model_id, :namespaces) SENSITIVE = [:append_to_prompt] include Aws::Structure end |