ambitious-aqua•2y ago
Problem with set AI step
So i'll explain my flow:
I start with welcome > choice where I'm redirected to the respective intent.
After I reach intent in my case the 'About' intent, it asks the user what they would like to know. From here it should go to the set AI option but it simply reverts back to asking the user what they would like to know.
How should i fix this?

2 Replies
It sounds like your flow isn't proceeding to the Set AI step as expected after reaching the 'About' intent. This issue might be related to how the Set AI step is configured or how the intents and paths are set up in your project. Here are a few things to check and consider:
- Ensure the Set AI step is correctly placed and configured in your flow. You should specify the type of function you want the AI to run in the Prompt field and select the variable to map the AI's response to in the Apply To field.
- Verify that your Choice step correctly links to the 'About' intent and that the intent is properly configured to lead to the Set AI step. You might need to adjust the path or the intent settings.
- Remember, the Set AI step runs prompts in parallel, so if you're trying to use the output of one prompt as input for another within the same step, you'll need to use sequential Set AI steps instead.
- If you're using the Knowledge Base as the Data Source in your Set AI step, ensure your Knowledge Base content is relevant and well-curated, as the Set AI step searches the entire Knowledge Base for data chunks with the highest relevance to the question/prompt.
Reviewing these areas should help you troubleshoot and fix the issue with your flow not proceeding to the Set AI step as expected.
ambitious-aquaOP•2y ago
Nothing seems to be a problem. In what format should i send the file so that you'll be able to look further?