-
Notifications
You must be signed in to change notification settings - Fork 11
Bring findings / hypotheses into chatbot context on investigation page #145
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
base: hypothesis-investigtion
Are you sure you want to change the base?
Bring findings / hypotheses into chatbot context on investigation page #145
Conversation
Signed-off-by: Zhenxing Shen <[email protected]>
Signed-off-by: Zhenxing Shen <[email protected]>
Signed-off-by: Zhenxing Shen <[email protected]>
Signed-off-by: Zhenxing Shen <[email protected]>
a8fe2f7
to
4a70785
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## hypothesis-investigtion #145 +/- ##
===========================================================
- Coverage 58.34% 58.22% -0.12%
===========================================================
Files 68 68
Lines 2194 2224 +30
Branches 538 541 +3
===========================================================
+ Hits 1280 1295 +15
- Misses 912 927 +15
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Zhenxing Shen <[email protected]>
contextContent: hypothesesContext + '\n' + findingsContext, | ||
}; | ||
|
||
setContextData(data); |
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.
Can we add a changed flag to avoid updating context data if deps modified.
Description
Bring findings / hypotheses into chatbot context on investigation page
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.