Troubleshooting Typebot Integration for GPT-4 Assistant
Troubleshooting Typebot Integration for GPT-4 Assistant
At a glance
The community member has developed a chatbot using OpenAI's GPT-4 assistant, and the flow appears to function correctly in the playground. However, when testing it through Typebot, the chat history does not carry over, and the thread ID cannot be passed, resulting in a new conversation starting. The community members in the comments suggest that the issue may be due to forgetting to select a Thread ID variable, without which Typebot won't be able to recall the correct thread. A community member has also provided a link to the Typebot documentation on integrating with OpenAI.
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?