Class: Aws::BedrockAgentCoreControl::Types::EpisodicOverrideExtractionConfigurationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Configurations for overriding the extraction step of the episodic memory strategy.

Constant Summary collapse

SENSITIVE =
[:append_to_prompt]

Instance Attribute Summary collapse

Instance Attribute Details

#append_to_prompt ⇒ String

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

Returns:

  • (String)


7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7652

class EpisodicOverrideExtractionConfigurationInput < Struct.new(
  :append_to_prompt,
  :model_id)
  SENSITIVE = [:append_to_prompt]
  include Aws::Structure
end

#model_id ⇒ String

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

Returns:

  • (String)


7652
7653
7654
7655
7656
7657
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7652

class EpisodicOverrideExtractionConfigurationInput < Struct.new(
  :append_to_prompt,
  :model_id)
  SENSITIVE = [:append_to_prompt]
  include Aws::Structure
end