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.
-
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this reflection override.
-
#model_id ⇒ String
The model ID to use for the reflection step of the episodic memory strategy.
-
#namespace_templates ⇒ Array<String>
The namespaceTemplates to use for episodic reflection.
-
#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.
5558 5559 5560 5561 5562 5563 5564 5565 5566 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5558 class EpisodicOverrideReflectionConfigurationInput < 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.
5558 5559 5560 5561 5562 5563 5564 5565 5566 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5558 class EpisodicOverrideReflectionConfigurationInput < 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 to use for the reflection step of the episodic memory strategy.
5558 5559 5560 5561 5562 5563 5564 5565 5566 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5558 class EpisodicOverrideReflectionConfigurationInput < 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 to use for episodic reflection. Can be less nested than the episodic namespaces.
5558 5559 5560 5561 5562 5563 5564 5565 5566 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5558 class EpisodicOverrideReflectionConfigurationInput < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) 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.
5558 5559 5560 5561 5562 5563 5564 5565 5566 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5558 class EpisodicOverrideReflectionConfigurationInput < Struct.new( :append_to_prompt, :model_id, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:append_to_prompt] include Aws::Structure end |