Allow interruption to only a specific task

Is there a way to allow managed interruptions to only look for intents for a single task or subset of tasks? For example, we have a flow where our IT agents can draft an email to a customer through a call to GPT. It’s basically an entity node that takes a string and passes that to a service node that calls GPT. This flow has a high likelihood of triggering managed interruptions due to the variety of things a user may enter. We don’t want to turn off managed interruptions for this flow though, because we want users to be able to exit back to our Menu dialog task. Is there a way to restrict intents that trigger the interruption to only the Menu dialog task?