beforeLLMCallHandler

A handler that is invoked before making a call to the Language Learning Model (LLM).

This handler enables customization or preprocessing steps to be applied before querying the model. It accepts the prompt, a list of tools, the model, and a session UUID as inputs, allowing users to define specific logic or modifications to these inputs before the call is made.