-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add custom tool definitions to @roo-code/types #10233
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
All issues have been addressed. Ready for merge.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
packages/types/src/custom-tool.ts
Outdated
| * | ||
| * @example | ||
| * ```ts | ||
| * import { z, defineCustomTool } from "@roo-code/types" |
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.
The example import { z, defineCustomTool } will fail because the actual export is parametersSchema, not z. Users following this documentation will get an import error.
| * import { z, defineCustomTool } from "@roo-code/types" | |
| * import { parametersSchema as z, defineCustomTool } from "@roo-code/types" |
Fix it with Roo Code or mention @roomote and request a fix.
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.
@roomote Please fix.
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.
Fixaroo
See task on Roo Cloud
Fixed the reported issue. All local checks passed.
🚀 Release v1.94.0
This PR contains the version bump for the SDK release v1.94.0.
Changes
Checklist
This PR was automatically created by the npm publish script.
Important
Bump version to 1.94.0 and update import in
custom-tool.tsfor clarity.1.94.0inpackage.metadata.json.@roo-code/types@1.94.0on npm.custom-tool.tsfromztoparametersSchemafor clarity.This description was created by
for 2f845d5. You can customize this summary. It will automatically update as commits are pushed.