return;
}
const turnId = generateUuid();
this.resetTurnState(turnId);
this._emitAction({
type: ActionType.ChatTurnStarted,
turnId,
startedAt: new Date().toISOString(),
message: {
text: notification.messageText,
origin: { kind: MessageKind.SystemNotification },
},
});
}));