dragon.ai.inference.llm_engine.STREAM_DONE_SENTINEL

STREAM_DONE_SENTINEL = STREAM_DONE_SENTINEL

Sentinel object indicating the end of a streaming response.

Put this on the response queue after the final StreamChunk to signal that no more chunks will be sent for this request.