Class: Aws::BedrockRuntime::Types::SystemTool
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::SystemTool
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Specifies a system-defined tool for the model to use. *System-defined tools* are tools that are created and provided by the model provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the system-defined tool that you want to call.
Instance Attribute Details
#name ⇒ String
The name of the system-defined tool that you want to call.
3877 3878 3879 3880 3881 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3877 class SystemTool < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |