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