Strands Agents Typescript SDK
    Preparing search index...

    Class ToolUseBlock

    Tool use content block.

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    type: "toolUseBlock" = ...

    Discriminator for tool use content.

    name: string

    The name of the tool to execute.

    toolUseId: string

    Unique identifier for this tool use instance.

    input: JSONValue

    The input parameters for the tool. This can be any JSON-serializable value.