Class: Aws::BedrockRuntime::Types::SpecificToolChoice

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

Overview

The model must request a specific tool. For example, ‘: {“name” : “Your tool name”}`.

<note markdown=“1”> This field is only supported by Anthropic Claude 3 models.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the tool that the model must request.

Returns:

  • (String)


1984
1985
1986
1987
1988
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1984

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