View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessInlineFunctionConfig - AWS CloudFormation

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::BedrockAgentCore::Harness HarnessInlineFunctionConfig

Configuration for an inline function tool. When the agent calls this tool, the tool call is returned to the caller for external execution.

Syntax

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

JSON

{ "Description" : String, "InputSchema" : Json }

YAML

Description: String InputSchema: Json

Properties

Description

Description of what the tool does, provided to the model.

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption

InputSchema

JSON Schema describing the tool's input parameters.

Required: Yes

Type: Json

Update requires: No interruption