ASK : How to implement the async in langflow #11174
Unanswered
tabaolan1987
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am new to Langflow. I am trying to build a chatbot that helps users generate customer information in a PDF file.
My intended flow is as follows:
User input:
“Please help generate the customer XXXX.”
Send the request as JSON to a server API using the API Request component.
The server immediately responds that the request is being processed.
The Chat Output component displays the message:
“The request is being processed.”
After the server finishes generating the PDF, it returns a download URL.
How can I display the download URL in the chat output after showing the “processing” message?
Beta Was this translation helpful? Give feedback.
All reactions