FeatureEventMessage
A data class representing a feature event message that encapsulates details about a specific event.
This class implements the ai.koog.agents.core.feature.message.FeatureEvent interface, which extends the ai.koog.agents.core.feature.message.FeatureMessage interface, indicating that it contains event-specific information and adheres to the structure of a feature message.
The primary purpose of this class is to represent feature event data with an associated unique event identifier, a timestamp marking its creation, and the message type indicating it is an event-specific message.
Properties
Specifies the type of the feature message, indicating the nature of the message being processed.
The time at which this event message was created has represented in milliseconds since the epoch. This property implements the ai.koog.agents.core.feature.message.FeatureMessage.timestamp from the parent interface.