Skip to content
1 min read · 100 words

Interface: WrapperThoughtDeltaEvent

Defined in: src/batteries/llm/claude_code_cli/wire.ts:179

A streamed chunk of reasoning/thinking text.

Properties

PropertyTypeDescriptionDefined in
deltastringThe incremental text chunk.src/batteries/llm/claude_code_cli/wire.ts:185
idstringIdentifier correlating deltas belonging to the same in-progress thought.src/batteries/llm/claude_code_cli/wire.ts:183
isComplete?booleanSet 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