ResponseChunk
class ResponseChunk
A structure representing a response chunk that contains exactly one of the possible event types: contentStart, contentDelta, or contentStop.
Types
Properties
Link copied to clipboard
An event containing incremental output (stdout or stderr) from the command execution. These are the middle chunks.
Link copied to clipboard
An event indicating the start of content streaming from the command execution. This is the first chunk received.
Link copied to clipboard
An event indicating the completion of the command execution, including the exit code and final status. This is the last chunk received.