-
Notifications
You must be signed in to change notification settings - Fork 22
Exposing Behavior test run as a tool call to LLMs #949
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: main
Are you sure you want to change the base?
Conversation
|
Codeflash Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
⚡️ Codeflash found optimizations for this PR📄 128% (1.28x) speedup for
|
PR Type
Enhancement, Tests
Description
Expose behavioral tests as LLM tool
Add tool schema and execution registry
Provide lazy imports to avoid cycles
Add comprehensive tests for tool API
Diagram Walkthrough
File Walkthrough
__init__.py
Lazy export of verification LLM toolscodeflash/verification/init.py
llm_tools.py
LLM tool schema and behavior test wrappercodeflash/verification/llm_tools.py
run_behavioral_testsrun_behavioral_tests_toolwrappertest_llm_tools.py
Tests for verification LLM tools interfacetests/test_llm_tools.py