feat: Add drive.createFolder tool#3
Conversation
This commit introduces the `drive.createFolder` tool to the workspace server. The new tool is implemented in `workspace-server/src/services/DriveService.ts` and registered in `workspace-server/src/index.ts`. It allows creating a new folder in Google Drive with an optional parent folder. A corresponding unit test has been added to `workspace-server/src/__tests__/services/DriveService.test.ts` to ensure the new functionality is working correctly.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This change adds a new tool to the workspace server called drive.createFolder. This tool allows users to create new folders in Google Drive.
PR created automatically by Jules for task 14206304378831205327 started by @raybell-md