Class: Aws::Types::PromptCreationConfigurations
- Inherits:
-
Object
- Object
- Aws::Types::PromptCreationConfigurations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_previous_thinking_steps ⇒ Boolean
Returns the value of attribute exclude_previous_thinking_steps.
-
#previous_conversation_turns_to_include ⇒ ::Integer
Returns the value of attribute previous_conversation_turns_to_include.
Instance Attribute Details
#exclude_previous_thinking_steps ⇒ Boolean
Returns the value of attribute exclude_previous_thinking_steps.
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.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def previous_conversation_turns_to_include @previous_conversation_turns_to_include end |