-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
When Claude Code responses contain thinking content blocks, the SDK fails to parse them and returns an AssistantMessage with empty content ({ "content": [] }).
Expected Behavior
The SDK should properly parse thinking content blocks and expose them through a ThinkingBlock type, allowing users to access both the thinking
content and signature fields.
Current Behavior
Claude Code responses with thinking blocks result in AssistantMessage with content: []
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request