LLMCallCompletedEvent
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
Specifies the type of the feature message for this event.
The moderation response, if any, returned by the LLM. This is typically used to capture and track content moderation results.
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.