-
Notifications
You must be signed in to change notification settings - Fork 93
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
Feature - Ability to get the app training status through an API #620
Comments
@l5t - Is there a plan to implement this? As bigman73 said, it would be very useful in automated deployment scenarios. |
Hey @mbarber-gala This is indeed a key piece in the New API
Will keep you updated on the state, there is still one unresolved piece of the API, that once unblocked should be ready for release |
@l5t could you please tell us to released date? |
We are working on it and hope to release it in the next 2-3 weeks. I will update the thread when ready |
Do we still have a status for this API? |
Keep an eye out in the blob, this will be coming veery soon |
This is now available here https://medium.com/wit-ai/introducing-get-apps-id-846edab36a20 |
Do you want to request a feature, report a bug, or ask a question about wit?
feature
What is the current behavior?
The training status for a given app is available only by monitoring at the web UI and waiting for it to change from animated to green.
In a fully automated app generation scenario (enabled by the newapp API), trying to send messages before the training has completed results in no matches or requires some large fixed waiting period before the system can be considered functional.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
What is the expected behavior?
Query the training status using a REST get API. For example GET /trainingstatus
What is the App ID where you are experiencing this issue (if applicable)?
The text was updated successfully, but these errors were encountered: