Interface: WrapperThoughtDeltaEvent
Defined in: src/batteries/llm/claude_code_cli/wire.ts:179
A streamed chunk of reasoning/thinking text.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
delta | string | The incremental text chunk. | src/batteries/llm/claude_code_cli/wire.ts:185 |
id | string | Identifier correlating deltas belonging to the same in-progress thought. | src/batteries/llm/claude_code_cli/wire.ts:183 |
isComplete? | boolean | Set on the final delta for this thought id. | src/batteries/llm/claude_code_cli/wire.ts:187 |
type | "thought_delta" | Discriminant for the WrapperEvent union. | src/batteries/llm/claude_code_cli/wire.ts:181 |