Skip to content

ToolUseInputDelta

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

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

type: "toolUseInputDelta";

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

Discriminator for tool use input delta.


input: string;

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

Partial JSON string representing the tool input.