llmStreamingStartingHandler
A handler invoked before streaming from the Language Learning Model (LLM) begins.
This handler enables customization or preprocessing steps to be applied before the stream starts. It accepts the prompt, a list of tools, the model, and a run ID as inputs, allowing users to define specific logic or modifications to these inputs before streaming begins.