Expand description
Context Module
There are two context object defined in this module:
Contextis an input context which is propagated through the processing pipeline, up to the point where the input is pass to an [nim_llm_async_engine::AsyncEngine] for processing.StreamContextis the input context transformed into to a type erased context that maintains the inputs registry and visitors.StreamAdaptorswill amend themselves to theStreamContextto allow for the
Structs§
- Context
- Controller
- A context implementation with cancellation propagation.
- Stream
Context