deerflow2/web/src/core/messages
Jiahe Wu 2c90cd0378 fix: display direct_response message in frontend (#763) (#764)
Extract message content from direct_response tool call args
and display it as the message content when tool call completes.

Note: This is a workaround. The message is not streamed because
direct_response uses tool calling mechanism where args are JSON,
not natural language text that can be streamed directly.
2025-12-17 21:04:37 +08:00
..
index.ts chore: add license header for web 2025-04-17 14:26:41 +08:00
merge-message.ts fix: display direct_response message in frontend (#763) (#764) 2025-12-17 21:04:37 +08:00
types.ts feat: add deep think feature (#311) 2025-06-14 13:12:43 +08:00