Skip to content

ToolUseInputDelta

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

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

type: "toolUseInputDelta";

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

Discriminator for tool use input delta.


input: string;

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

Partial JSON string representing the tool input.