-
Notifications
You must be signed in to change notification settings - Fork 3
[SC-7588] Explore dynamic llm context injection in test descriptions #256
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
[SC-7588] Explore dynamic llm context injection in test descriptions #256
Conversation
…n.html Remove TextDescription.html
…-injection-in-test-descriptions
johnwalz97
left a comment
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.
Very nice! Looking forward to playing around with this!
cachafla
left a comment
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.
👏
PR SummaryThis pull request introduces enhancements to the ValidMind library by adding the capability to include contextual information in LLM-based descriptions. The changes are primarily focused on improving the generation of descriptions for test results by incorporating additional context that can be specified through environment variables. Key Changes:
These changes allow users to provide additional information about the test or use case, which can be useful for aligning LLM-generated insights with specific business requirements or policies. Test Suggestions
|
Internal Notes for Reviewers
We aim to add test-specific context into the LLM-based result descriptions for individual tests to improve the quality of the insights and align the descriptions with use-case and bank policy requirements. This PR starts this effort by experimenting with setting global context using an environment variable in the notebook, which will be used to enhance the user prompt with external context related to the use case.
External Release Notes
Added the capability to include contextual information in LLM-based descriptions. The changes are primarily focused on improving the generation of descriptions for test results by incorporating additional context that can be specified through environment variables.