-
Notifications
You must be signed in to change notification settings - Fork 38
AP-25265: add-ai-assistance-to-sql #40
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
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.
Pull request overview
This PR updates the Python code assistant to use a renamed class in the code generation request API. The change aligns with a refactoring where RequestBody was renamed to CodeRequestBody to better indicate its purpose in code generation requests.
Changes:
- Updated import statement from
RequestBodytoCodeRequestBody - Updated constructor call to use the renamed class
AP-25265 (Add K-AI code assistance for SQL editors)
2afee21 to
50c270f
Compare
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
cfbfbfc to
1134b5f
Compare
1134b5f to
d3dcfd3
Compare
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.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Files not reviewed (1)
- org.knime.python3.scripting.nodes/js-src/package-lock.json: Language not supported
AP-25265 (Add K-AI code assistance for SQL editors)