llmStreamingFrameReceivedHandler
A handler invoked when stream frames are sent out during the streaming process.
This variable represents a custom implementation of the StreamFrameHandler
functional interface, allowing real-time processing or custom logic to be performed as each stream frame is received from the LLM.
The handler receives the stream frame data and a unique run identifier, enabling real-time monitoring, transformation, or aggregation of streaming content.
Customize this handler to implement specific behavior required during the streaming process.