Abstract
Base class for LLM response processors. Implementations inspect or transform the LlmResponse after it is received from the model.
Runs the processor, optionally yielding intermediate Events.
The current invocation context.
The response received from the model.
Base class for LLM response processors. Implementations inspect or transform the LlmResponse after it is received from the model.