Replies: 1 comment
-
The issue you're experiencing with the To address this, you can consider the following:
By ensuring these configurations and utilizing the available debugging tools, you should be able to improve the immediate display of tool call results in the frontend. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Dify version
1.3.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
v1/chat-messages
{
"inputs": {},
"query": "content...",
"response_mode": "streaming",
"conversation_id": "",
"user": "superadmin",
"files": [
]
}
The message sending interface calls the tool. The interface only returns after the tool call is completed. There is no data stream information returned when the tool call starts, so the front end cannot display it immediately. This is not a good effect because it takes a long time to get the result. However, we usually do not need to show the result of the tool call.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
Beta Was this translation helpful? Give feedback.
All reactions