Class: Aws::BedrockRuntime::Types::SystemTool

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the system-defined tool that you want to call.

Returns:

  • (String)


3877
3878
3879
3880
3881
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3877

class SystemTool < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end