-
Notifications
You must be signed in to change notification settings - Fork 7
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
API Response is not classifying issue as Question Label #11
Comments
Hi, BEE API classify sentences by default now, it cannot classify issues. We will plan to add that feature to the API |
So you mean, BEE's API automatically assumes an issue to be a Bug. It cannot classify an issue as an Enhancement or Question ? |
yea, now we assume the API is used to classify sentences in a bug report. If you want to classify issues into bug, enhancement or question, you can use the app. |
Okay, Thank You so much for the clarification |
Kunal, sorry, yeah, as Yang mentioned, the API does not yet expose the issue classification functionality from the Github app. I will mark this issue as a new-feature so we can work on implementing this. |
Done, Kunal, thank you for your feedback. |
I was working with the BEE API and wanted to see it running. So I watched your video.
As seen in the above image, this issue is being classified as Question by BEE. But when I do a POST request with the same issue, the response is,
Can you please give me some examples where the API could classify the issue as Question and Enhancement.
The text was updated successfully, but these errors were encountered: