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.
Base class for LLM request processors. Implementations mutate or augment the LlmRequest before it is sent to the model.