Chunk

class Chunk(val event: StreamEvent, val stepNumber: Int) : AgentEvent(source)

Each individual stream chunk, alongside the step it belongs to.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(event: StreamEvent, stepNumber: Int)

Properties

Link copied to clipboard
Link copied to clipboard