AgentErrorEvent constructor
const
AgentErrorEvent({})
Implementation
const AgentErrorEvent({
required super.timestamp,
super.sessionId,
super.metadata,
required this.agentId,
required this.error,
this.stackTrace,
this.recoverable = false,
});