-
Notifications
You must be signed in to change notification settings - Fork 138
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
[DERCBOT-1309] Enable Annotation and Issue Tracking for Bot Responses #1824
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all the code you've added, it's really a great effort behind it.
There are still many improvements to be made, i'll let you take them into account.
val reason: BotAnnotationReasonType? = null, | ||
val description: String, | ||
val groundTruth: String? = null, | ||
val events: List<BotAnnotationEventDTO> = emptyList() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we'll need these events here, as I can see that this class is only used to create an annotation.
No description provided.