Abstract
Base class for LLM request processors. Implementations mutate or augment the LlmRequest before it is sent to the model.
Runs the processor, optionally yielding intermediate Events.
The current invocation context.
The request object to populate or mutate in place.
Base class for LLM request processors. Implementations mutate or augment the LlmRequest before it is sent to the model.