-
|
When constructing an elaborate set of I'm thinking about a query that end-to-end might take 2+ minutes to complete. Perhaps something like sending a message as an internal callback webhook via a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I don't think this is something that can be accomplished within a chain itself as an intermediate message. You could accomplish this via chat bot client code by streaming inserted text after the user has sent their message and then continue waiting and stream the text back from the server. |
Beta Was this translation helpful? Give feedback.
-
Okay, this makes sense. It would be nice if the default Flowise client code supported this feature, nonetheless. |
Beta Was this translation helpful? Give feedback.
Made a PR to the chatbot repo to support the ability to observe the signals inside the bot: FlowiseAI/FlowiseChatEmbed#78
Screen.Recording.2024-01-10.at.2.05.28.PM.mov