drive_comment
Add a comment to a file in a shared workspace. Optionally specify line numbers to comment on specific code lines.
Instructions
Add a comment to a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text | |
| file_id | Yes | File ID to comment on | |
| line_end | No | End line number (optional) | |
| line_start | No | Start line number (optional) | |
| workspace_id | Yes | Workspace ID |