Skip to content

Bedrock Agentcore  >  Unions  >  ToolDescriptionConfig

ToolDescriptionConfig

Union Type

ToolDescriptionConfig module-attribute

The tool description content.

Union Member Types

ToolDescriptionConfigText dataclass

The tool description as inline text.

Attributes

value instance-attribute
value: str

ToolDescriptionConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str