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

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

Overview

The model must request a specific tool. For example, \{"tool" : \{"name" : "Your tool name"\}\}.

This field is only supported by Anthropic Claude 3 models.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the tool that the model must request.

Returns:

  • (String)


1917
1918
1919
1920
1921
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1917

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