Skip to content

Bedrock Agentcore  >  Unions  >  ToolDescriptionSource

ToolDescriptionSource

Union Type

ToolDescriptionSource module-attribute

The source of tool descriptions, either inline text or from a configuration bundle.

Union Member Types

ToolDescriptionSourceToolDescriptionText dataclass

Tool descriptions provided as inline text.

Attributes

value instance-attribute

ToolDescriptionSourceConfigurationBundle dataclass

Tool descriptions sourced from a configuration bundle version.

Attributes

value instance-attribute

ToolDescriptionSourceUnknown 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