Skip to content

Bedrock Runtime  >  Structures  >  ToolUseBlockStart

ToolUseBlockStart

Structure Class

ToolUseBlockStart dataclass

The start of a tool use block. For more information, see Call a tool with the Converse API in the Amazon Bedrock User Guide.

Attributes

name instance-attribute
name: str

The name of the tool that the model is requesting to use.

tool_use_id instance-attribute
tool_use_id: str

The ID for the tool request.

type class-attribute instance-attribute
type: ToolUseType | None = None

The type for the tool request.