deerflow2/web/src/app
Willem Jiang 19a90d59eb 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
..
chat fix: handle non-string tool results to fix #631 (#633) 2025-10-20 23:10:58 +08:00
landing feat: add i18n support and add Chinese (#372) 2025-07-12 15:18:28 +08:00
settings feat: Add intelligent clarification feature in coordinate step for research queries (#613) 2025-10-14 13:35:57 +08:00
layout.tsx feat: add i18n support and add Chinese (#372) 2025-07-12 15:18:28 +08:00
page.tsx feat: add i18n support and add Chinese (#372) 2025-07-12 15:18:28 +08:00