compare_code_versions
Compare two Python code versions to analyze improvements, regressions, and security changes. Identify quality and vulnerability differences to enhance code integrity and maintainability.
Instructions
Compare two versions of Python code to identify improvements or regressions in quality and security.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | Name of the file (optional) | unknown.py |
originalCode | Yes | Original version of the Python code | |
revisedCode | Yes | Revised version of the Python code |