process_streaming_chunk


Description:

protected virtual bool process_streaming_chunk (Chunk chunk)

One parsed NDJSON line as Response.Chunk (chat, create, and pull streams share this DTO). Default no-op; Chat, Create, and Pull override.

Returns:

false to abort NDJSON streaming (fatal chunk handling); true to continue.