ExecuteLLMHandler

A handler responsible for managing the execution flow of a Large Language Model (LLM) call. It allows customization of logic to be executed before and after the LLM is called.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A handler invoked after a call to a language model (LLM) is executed.

Link copied to clipboard

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