Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better fallback when unknown commands come back #26

Open
Rahkeen opened this issue Apr 4, 2023 · 1 comment
Open

Better fallback when unknown commands come back #26

Rahkeen opened this issue Apr 4, 2023 · 1 comment

Comments

@Rahkeen
Copy link
Collaborator

Rahkeen commented Apr 4, 2023

Right now the app crashes a lot with output it doesn't know how to handle. We should try and log a bit more and try and have a graceful response when it doesn't know what to do.

@ch3njust1n
Copy link
Owner

Returns the following structure in this case:

{
  "actions": [
    {
      "component": "unknown",
      "subcomponent": "unknown",
      "action": "unknown",
      "parameters": "unknown"
    }]
}

Should prompt the user with clarifying questions before proceeding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants