dragon.ai.inference.llm_engine.StreamDoneSentinel

class StreamDoneSentinel[source]

Bases: object

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.

__init__()

Methods

__init__()