Skip to content

Push Chunk Node

Purpose of the Node

This node is designed to add a new response chunk to an existing Response object. It takes an input Response and a ResponseChunk, updates the Response by adding the chunk, and outputs the updated Response.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiate ExecutionExecN/A
ResponseResponse to updateStructResponse
ChunkResponse chunk to addStructResponseChunk
EndDone with the ExecutionExecN/A
ResponseOutUpdated ResponseStructResponse