Hi, I need to determine the helpline number based on the corporate ID and pass it to the assistant. I'm passing the corporate ID as a hidden variable into Typebot. Could you suggest a way to pass the helpline number to the OpenAI assistant?
Hello, I've developed a chatbot using OpenAI's GPT-4 assistant. The flow appears to function flawlessly with appropriate responses in the playground. However, when I test it through Typebot, the chat history doesn't seem to carry over (nearly every 2-3 responses deviate). Additionally, the thread ID cannot be passed as a new conversation begins, and I'm unsure how to retrieve the thread ID and transfer it. Could you please assist me in resolving this issue?
Hello, I'm having trouble viewing PDFs in the mobile app. The integration was completed using Flutter. I can play all other audios and videos except for PDFs. Could you please assist me with this issue?
Hello, I'm looking to replace the "Send" button with an icon or alternative text located next to the input box. Could you please provide guidance on how to accomplish this?
Hi,in the past, we could download PDFs and view them using the "Embed Bubble" feature. However, currently, we are unable to locate this option for viewing.
Hello, I'd like to include a constant "home" button positioned before every input box or button, as illustrated in the attached image. Can you assist with this?
Hello, I'm interested in storing the entire chat history in our database using an API. Currently, I'm only storing it after the user has rated the chat, but I'm losing data if the user closes the chat before reaching the rating stage. Can you assist me in achieving this?
The variable is initially assigned within the block. Although the text bubble in the flow reflects this variable, a different value is being passed to the results/logs and in the API call. A video demonstrating this issue is attached.
The complete Dify response is not visible as some letters are missing. I have reviewed the Dify logs, and the response appears to be accurate there. However, the display in the bot is scrambled. I am attaching screenshots for reference.
A noticeable delay occurs when trying to load my OpenAI-powered bot in a React app. Kindly offer suggestions to improve its speed, and propose a method to integrate a loader for a more seamless user experience. Additionally, when attaching images, there is a noticeable gap between the two.
Hi, I am integrating dify.ai and need to enter the "User" field, which is essentially the user's email. I am using Typebot with dify for a website where users can ask questions without logging in or providing any user details. Could you please advise what should be entered in this case? Thank you!
Hello, I'm having difficulty incorporating custom SMTP configuration when sending an email block. When hovering over the username field, an error message prompts to include "@" in the email address. Additionally, an error stating "Unable to connect" appears without any accompanying error log.
I've established a Dify.ai account with a "conversation opener" and no input variable. However, I encounter a 500 error when attempting to integrate with Typebot. Here is the error message: { "status": 500, "body": { "message": "Response code 400 (Bad Request)", "code": "INTERNAL_SERVER_ERROR", "data": { "code": "INTERNAL_SERVER_ERROR", "httpStatus": 500, "path": "continueChat" } } } I've attached screenshots of both integrations for reference. Your assistance in resolving this issue would be greatly appreciated.
Hi, The bot loads relatively slow on apps developed using Flutter than in web. Any alternative way to integrate or make it faster? Only intialization is very slow.