AfterLLMCallEvent
Represents an event signaling the completion of an LLM (Large Language Model) call.
This event encapsulates the responses provided by the LLM during its operation. It serves as a record of the responses generated by the LLM, marking the end of a particular interaction cycle. The event is used within the system to capture relevant output data and ensure proper tracking and logging of LLM-related interactions.
Constructors
Properties
The unique identifier of the event, which is set to the simple name of the AfterLLMCallEvent class by default. This is used to tag and track this type of event within the system.
Specifies the type of the feature message for this event.
A list of responses generated by the LLM, represented as instances of Message.Response. Each response contains content, metadata, and additional context about the interaction.