deerflow2/web/src
Willem Jiang 3689bc0e69
fix: handle non-string tool results to fix #631 (#633)
- Backend: Convert non-string content (lists, dicts) to JSON strings in _create_event_stream_message to ensure frontend always receives string content
- Frontend: Add type guard before calling startsWith() on toolCall.result for defensive programming

This fixes the TypeError: toolCall.result.startsWith is not a function when tools return complex objects.
2025-10-20 23:10:58 +08:00
..
app fix: handle non-string tool results to fix #631 (#633) 2025-10-20 23:10:58 +08:00
components fix: resolve math formula display abnormal after editing report 2025-10-15 08:52:50 +08:00
core fix:the formual display error after report editing (#627) 2025-10-17 15:34:43 +08:00
hooks feat(visualization): add workflow run animation logic 2025-04-29 16:46:50 +08:00
lib chore: add license header for web 2025-04-17 14:26:41 +08:00
styles FIX/Adapt message box to handle long text in frontend (#466) 2025-08-21 10:31:54 +08:00
typings chore: support raw-loader 2025-04-22 13:52:56 +08:00
env.js feat: show repo star on site-header (#27) 2025-05-12 14:36:50 +08:00
i18n.ts feat: add i18n support and add Chinese (#372) 2025-07-12 15:18:28 +08:00