Skip to content

Commit

Permalink
feat: remove google drawing/png from instruction, add limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvinnchau committed Jan 16, 2025
1 parent 9256164 commit 83c8b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/goose-mcp/src/google_drive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,14 @@ impl GoogleDriveRouter {
Images take up a large amount of context, this should only be used if a
user explicity needs the image data.
Limitations: Google Sheets exporting only supports reading the first sheet. This is an important limitation that should
be communicated to the user whenever dealing with a Google Sheet (mimeType: application/vnd.google-apps.spreadsheet).
## File Format Handling
The server automatically handles different file types:
- Google Docs → Markdown
- Google Sheets → CSV
- Google Presentations → Plain text
- Google Drawings → PNG
- Text/JSON files → UTF-8 text
- Binary files → Base64 encoded
Expand Down

0 comments on commit 83c8b85

Please sign in to comment.