Abstract
Base class for LLM request processors.
Runs the processor on the given invocation context and LLM request.
The invocation context
The LLM request to process
An async generator yielding events
Base class for LLM request processors.