Class: Aws::Types::PromptCreationConfigurations

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_previous_thinking_stepsBoolean

Returns the value of attribute exclude_previous_thinking_steps.

Returns:

  • (Boolean)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def exclude_previous_thinking_steps
  @exclude_previous_thinking_steps
end

#previous_conversation_turns_to_include::Integer

Returns the value of attribute previous_conversation_turns_to_include.

Returns:

  • (::Integer)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def previous_conversation_turns_to_include
  @previous_conversation_turns_to_include
end