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
Hi,
I have found there are a couple of ways to get a value out,
You can construct a class which inherits the knowledge engine, you can than have a variable which you set within the knowledge base and then read after running the knowledge engine.
Or, alternatively you can use the standard library queue and put messages onto it during the execution of the rules.
Hi Buguroo,
Now I am using Pyknow to do a calculation, and can i ask how to return a value out of pyknow so I can use as part of web application?
Current only print is working.
Thanks
The text was updated successfully, but these errors were encountered: