Strands Agents Typescript SDK
    Preparing search index...

    Interface ToolUseStart

    Information about a tool use that is starting.

    interface ToolUseStart {
        type: "toolUseStart";
        name: string;
        toolUseId: string;
    }
    Index

    Properties

    Properties

    type: "toolUseStart"

    Discriminator for tool use start.

    name: string

    The name of the tool being used.

    toolUseId: string

    Unique identifier for this tool use.