Class: Aws::Types::ChatPromptTemplateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ChatPromptTemplateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_variables ⇒ ::Array[Types::PromptInputVariable]
Returns the value of attribute input_variables.
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
-
#system ⇒ ::Array[Types::SystemContentBlock]
Returns the value of attribute system.
-
#tool_configuration ⇒ Types::ToolConfiguration
Returns the value of attribute tool_configuration.
Instance Attribute Details
#input_variables ⇒ ::Array[Types::PromptInputVariable]
Returns the value of attribute input_variables.
333 334 335 |
# File 'sig/types.rbs', line 333 def input_variables @input_variables end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
331 332 333 |
# File 'sig/types.rbs', line 331 def @messages end |
#system ⇒ ::Array[Types::SystemContentBlock]
Returns the value of attribute system.
332 333 334 |
# File 'sig/types.rbs', line 332 def system @system end |
#tool_configuration ⇒ Types::ToolConfiguration
Returns the value of attribute tool_configuration.
334 335 336 |
# File 'sig/types.rbs', line 334 def tool_configuration @tool_configuration end |