LLMStreamingEventHandler
A handler responsible for managing the streaming flow of Large Language Model (LLM) responses. It allows customization of logic to be executed before streaming starts, during streaming frames, and after streaming completes.
Properties
Link copied to clipboard
A handler invoked after streaming from the language model (LLM) is complete.
Link copied to clipboard
A handler invoked when an error occurs during streaming from the language model (LLM).
Link copied to clipboard
A handler invoked when stream frames are sent out during the streaming process.
Link copied to clipboard
A handler invoked before streaming from the Language Learning Model (LLM) begins.