OnChunk Element
Element for handling data chunks
OnChunk Element
Coming soon: This feature is not yet available. Please check back soon.
The <onchunk>
element handles data chunks:
Props
Prop | Type | Default |
---|---|---|
for? | string | (the output of the previous element) |
Examples
Basic Chunk Processing
Stream Processing
Real-time Analysis
Usage Notes
- Handles streaming data
- Processes chunks sequentially
- Can analyze in real-time
- Supports async processing
Common Patterns
- Data Accumulation
- Stream Analysis
- Progress Tracking