- Maximale hoogte voor AI message in ChatInput nu geldig voor zowel desktop als mobile devices.
- Correctie marked component in SideBarExplanation.vue - AI messages ondersteunen nu markdown. Markdown rendering is als een centrale utility gedefinieerd.
This commit is contained in:
@@ -124,7 +124,7 @@ class ExecutionProgressTracker:
|
||||
yield f"data: {message['data'].decode('utf-8')}\n\n"
|
||||
|
||||
# Check processing_type for completion
|
||||
if update_data['processing_type'] in ['Task Complete', 'Task Error']:
|
||||
if update_data['processing_type'] in ['Task Complete', 'Task Error', 'EveAI Specialist Complete']:
|
||||
break
|
||||
finally:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user