Class: Aws::BedrockAgent::Types::SpecificToolChoice

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response. For more information, see [Use a tool to complete an Amazon Bedrock model response].

[1]: docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the tool.

Returns:

  • (String)


9764
9765
9766
9767
9768
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9764

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