AIAgentStrategyFinishedEvent

@Serializable
data class AIAgentStrategyFinishedEvent(val strategyName: String, val result: String, val eventId: String = AIAgentStrategyFinishedEvent::class.simpleName!!) : DefinedFeatureEvent(source)

Constructors

Link copied to clipboard
constructor(strategyName: String, result: String, eventId: String = AIAgentStrategyFinishedEvent::class.simpleName!!)

Properties

Link copied to clipboard
open override val eventId: String
Link copied to clipboard
open override val messageType: FeatureMessage.Type
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long