SOS GPT doesn't generate a response
Hi! I'm building a chatbot using Typebot with OpenAI GPT integration.
I fetch a System Prompt from Google Sheets based on the user's selected category.
The prompt is stored in a column called "System Prompt" and correctly filtered using Service = {{Subject}}.
I selected First row and mapped System Prompt in the Columns to extract section.
I use {{sheetData["System Prompt"]}} in the system message, but GPT doesn't respond.
The assistant message is not saved, even though Save answer > Message content is set.
I've tried adding debug text blocks to verify variables — the prompt is fetched correctly.
Still, GPT doesn't generate a response. I live in SEOUL, KOREA.
2 Replies
No error when testing the bot?
Can you provide a video recording?
Hi, I found the issue! The problem was that I missed adding the assistant role in the message sequence. Once I fixed that, everything worked perfectly. Thank you for providing such a great open-source tool. Really appreciate your support!