-
Notifications
You must be signed in to change notification settings - Fork 3.1k
test: check for required params on tool defs #6501
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
✅ Deploy Preview for continuedev canceled.
|
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.
cubic reviewed 3 files and found no issues. Review PR in cubic.dev.
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.
this is great but it is failing. if only we had continuous ai...
|
Description
Prevents #6121 from happening again by testing for required properties on our tool defs
Summary by cubic
Added tests to ensure all tool definitions have required parameters defined, preventing missing property errors in the future. Refactored tool imports for better organization.