AWS::Bedrock::Prompt ToolConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Bedrock::Prompt ToolConfiguration

Configuration information for the tools that you pass to a model. For more information, see Tool use (function calling) in the Amazon Bedrock User Guide.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ToolChoice" : ToolChoice, "Tools" : [ Tool, ... ] }

Properties

ToolChoice

If supported by model, forces the model to request a tool.

Required: No

Type: ToolChoice

Update requires: No interruption

Tools

An array of tools that you want to pass to a model.

Required: Yes

Type: Array of Tool

Minimum: 1

Update requires: No interruption