Class: Aws::BedrockAgentCoreControl::Types::EpisodicOverrideReflectionConfigurationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#append_to_promptString

The text to append to the prompt for reflection step of the episodic memory strategy.

Returns:

  • (String)


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_schemaTypes::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_idString

The model ID to use for the reflection step of the episodic memory strategy.

Returns:

  • (String)


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_templatesArray<String>

The namespaceTemplates to use for episodic reflection. Can be less nested than the episodic namespaces.

Returns:

  • (Array<String>)


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

#namespacesArray<String>

The namespaces to use for episodic reflection. Can be less nested than the episodic namespaces.

Returns:

  • (Array<String>)


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