mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-10 14:45:16 -05:00
fix(google-scopes): removed unnecessary google scopes (#849)
* removed unnecessary google scopes * bun run lint #849 --------- Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
This commit is contained in:
@@ -12,7 +12,7 @@ export const gmailDraftTool: ToolConfig<GmailSendParams, GmailToolResponse> = {
|
||||
oauth: {
|
||||
required: true,
|
||||
provider: 'google-email',
|
||||
additionalScopes: ['https://www.googleapis.com/auth/gmail.compose'],
|
||||
additionalScopes: [],
|
||||
},
|
||||
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user