Class: Aws::BedrockAgent::Types::SpecificToolChoice
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SpecificToolChoice
- Defined in:
- gems/aws-sdk-bedrockagent/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the tool.
Instance Attribute Details
#name ⇒ String
The name of the tool.
7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7485 class SpecificToolChoice < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |