pub type LlmFinalizerFn = Box<dyn FnOnce() -> Json + Send>;
Finalizer used to synthesize the aggregate streaming response payload.
pub struct LlmFinalizerFn(/* private fields */);