{
console.log('🧐 [DesktopChatShell] specialist-error vanuit history ontvangen:', event);
(historyProps.onSpecialistError || handleSpecialistError)(event);
}"
@specialist-complete="event => {
console.log('🧐 [DesktopChatShell] specialist-complete vanuit history ontvangen:', event);
(historyProps.onSpecialistComplete || handleSpecialistComplete)(event);
}"
ref="messageHistory"
class="chat-messages-area"
/>
{
console.log('🧐 [DesktopChatShell] specialist-error vanuit ChatInput ontvangen:', event);
(inputProps.onSpecialistError || handleSpecialistError)(event);
}"
@specialist-complete="event => {
console.log('🧐 [DesktopChatShell] specialist-complete vanuit ChatInput ontvangen:', event);
(inputProps.onSpecialistComplete || handleSpecialistComplete)(event);
}"
ref="chatInput"
class="chat-input-area"
/>