-
Notifications
You must be signed in to change notification settings - Fork 444
Open
aetherwu/claude-agent-sdk-python
#1Labels
enhancementNew feature or requestNew feature or request
Description
While the SDK supports streaming for various message blocks (e.g., tool usage/result, system message, result message, text message etc.), TextBlock content is only delivered once it's fully available. This delays rendering for long messages, even if TTFT is low. Supporting partial streaming of TextBlock content would let applications render text incrementally, improving user experience a lot.
In current streaming guide, we receive entire block at once:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request