Files
deer-flow/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
..
2025-09-27 21:42:22 +08:00
2025-09-27 21:42:22 +08:00
2025-04-17 11:54:24 +08:00