Strands Agents Typescript SDK
    Preparing search index...

    Interface ToolUseInputDelta

    Tool use input delta within a content block. Represents incremental tool input being generated.

    interface ToolUseInputDelta {
        type: "toolUseInputDelta";
        input: string;
    }
    Index

    Properties

    Properties

    type: "toolUseInputDelta"

    Discriminator for tool use input delta.

    input: string

    Partial JSON string representing the tool input.