Strands Agents Typescript SDK
    Preparing search index...

    Interface ToolUseBlockData

    Data for a tool use block.

    interface ToolUseBlockData {
        name: string;
        toolUseId: string;
        input: JSONValue;
    }

    Implemented by

    Index

    Properties

    Properties

    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.