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

How to prevent other logic adapters from running when there is already confidence == 1 ? #615

Open
thedp opened this issue Feb 2, 2017 · 4 comments

Comments

@thedp
Copy link

thedp commented Feb 2, 2017

I've created multiple logic adapters to handle the input by calling 3rd party APIs and access a DB.

I want to avoid unneeded calls to the APIs and my DB.
How can I prevent other logic adapters from even running when there is already confidence == 1 ?

Thank you.

@vkosuri
Copy link
Collaborator

vkosuri commented Feb 14, 2017

If you want more specific about your app create your new logic adapter

If you want restric a specific adapter override can_process method.

@vkosuri vkosuri closed this as completed Feb 14, 2017
@gunthercox
Copy link
Owner

I'm reopening this as it is a valid issue that I wish to address. I haven't had a chance to implement anything yet but I do want to provide a way to support this functionality.

@gunthercox gunthercox reopened this Feb 25, 2017
@thedp
Copy link
Author

thedp commented Apr 16, 2017

@gunthercox Do you think this is something you might implement soon?
Thank you.

@gunthercox
Copy link
Owner

@thedp This is something that I would like to implement, but I don't have any estimates on when I will be able to get around to working on it. It may be a few more weeks before I have a chance.

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

No branches or pull requests

3 participants