Type Alias ExecutionContext

Source
pub type ExecutionContext = ServerStreamingEngine<BackendInput, ExecutionOutputStream>;
Expand description

Context for executing LLM inference, engine consumes backend input and produces execution output stream

Aliased Typeยง

struct ExecutionContext { /* private fields */ }