Skip to content

Bedrock Agentcore  >  Structures  >  HarnessTool

HarnessTool

Structure Class

HarnessTool dataclass

A tool available to the agent loop.

Attributes

config class-attribute instance-attribute
config: HarnessToolConfiguration | None = None

Tool-specific configuration.

name class-attribute instance-attribute
name: str | None = None

Unique name for the tool. If not provided, a name will be inferred or generated.

type instance-attribute

The type of tool.