Skip to content

ToolUseInputDelta

Defined in: src/models/streaming.ts:329

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

type: "toolUseInputDelta";

Defined in: src/models/streaming.ts:333

Discriminator for tool use input delta.


input: string;

Defined in: src/models/streaming.ts:338

Partial JSON string representing the tool input.