Class: Aws::BedrockAgentCoreControl::Types::EpisodicReflectionOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::EpisodicReflectionOverride
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains configurations to override the default reflection step for the episodic memory strategy.
Constant Summary collapse
- SENSITIVE =
[:append_to_prompt]
Instance Attribute Summary collapse
-
#append_to_prompt ⇒ String
The text appended to the prompt for the reflection step of the episodic memory strategy.
-
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this reflection override.
-
#model_id ⇒ String
The model ID used for the reflection step of the episodic memory strategy.
-
#namespace_templates ⇒ Array<String>
The namespaceTemplates over which reflections were created.
-
#namespaces ⇒ Array<String>
This is a legacy parameter.
Instance Attribute Details
#append_to_prompt ⇒ String
The text appended to the prompt for the reflection step of the episodic memory strategy.
5658 5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5658 class EpisodicReflectionOverride < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this reflection override.
5658 5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5658 class EpisodicReflectionOverride < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#model_id ⇒ String
The model ID used for the reflection step of the episodic memory strategy.
5658 5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5658 class EpisodicReflectionOverride < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#namespace_templates ⇒ Array<String>
The namespaceTemplates over which reflections were created. Can be less nested than the episodic namespaces.
5658 5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5658 class EpisodicReflectionOverride < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#namespaces ⇒ Array<String>
This is a legacy parameter. The namespaces over which reflections were created. Can be less nested than the episodic namespaces.
5658 5659 5660 5661 5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5658 class EpisodicReflectionOverride < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |