You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
When you are creating a new meeting in calendar and respond with an utterance that Orchestrator detects as a calendar intent, it restarts the skill and loses your current progress.
Example:
user: New meeting
bot: What should I set the title to?
user: Team Meeting <--- This triggers the orchestrator interruption logic because it scores highly for calendar and restarts the skill
The fix for this is to add a property tracking the current skill and not allow that skill to interrupt itself, but only allow interruptions for other intents.