@@ -137,6 +137,7 @@ Return ONLY the file content - no explanations, no markdown code blocks, no extr
137137 type : 'file-selector' ,
138138 canonicalParamId : 'uploadFolderId' ,
139139 serviceId : 'google-drive' ,
140+ selectorKey : 'google.drive' ,
140141 requiredScopes : [
141142 'https://www.googleapis.com/auth/drive.file' ,
142143 'https://www.googleapis.com/auth/drive' ,
@@ -209,6 +210,7 @@ Return ONLY the file content - no explanations, no markdown code blocks, no extr
209210 type : 'file-selector' ,
210211 canonicalParamId : 'createFolderParentId' ,
211212 serviceId : 'google-drive' ,
213+ selectorKey : 'google.drive' ,
212214 requiredScopes : [
213215 'https://www.googleapis.com/auth/drive.file' ,
214216 'https://www.googleapis.com/auth/drive' ,
@@ -236,6 +238,7 @@ Return ONLY the file content - no explanations, no markdown code blocks, no extr
236238 type : 'file-selector' ,
237239 canonicalParamId : 'listFolderId' ,
238240 serviceId : 'google-drive' ,
241+ selectorKey : 'google.drive' ,
239242 requiredScopes : [
240243 'https://www.googleapis.com/auth/drive.file' ,
241244 'https://www.googleapis.com/auth/drive' ,
@@ -295,6 +298,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
295298 type : 'file-selector' ,
296299 canonicalParamId : 'downloadFileId' ,
297300 serviceId : 'google-drive' ,
301+ selectorKey : 'google.drive' ,
298302 requiredScopes : [
299303 'https://www.googleapis.com/auth/drive.file' ,
300304 'https://www.googleapis.com/auth/drive' ,
@@ -356,6 +360,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
356360 type : 'file-selector' ,
357361 canonicalParamId : 'getFileId' ,
358362 serviceId : 'google-drive' ,
363+ selectorKey : 'google.drive' ,
359364 requiredScopes : [
360365 'https://www.googleapis.com/auth/drive.file' ,
361366 'https://www.googleapis.com/auth/drive' ,
@@ -383,6 +388,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
383388 type : 'file-selector' ,
384389 canonicalParamId : 'copyFileId' ,
385390 serviceId : 'google-drive' ,
391+ selectorKey : 'google.drive' ,
386392 requiredScopes : [
387393 'https://www.googleapis.com/auth/drive.file' ,
388394 'https://www.googleapis.com/auth/drive' ,
@@ -416,6 +422,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
416422 type : 'file-selector' ,
417423 canonicalParamId : 'copyDestFolderId' ,
418424 serviceId : 'google-drive' ,
425+ selectorKey : 'google.drive' ,
419426 requiredScopes : [
420427 'https://www.googleapis.com/auth/drive.file' ,
421428 'https://www.googleapis.com/auth/drive' ,
@@ -442,6 +449,7 @@ Return ONLY the query string - no explanations, no quotes around the whole thing
442449 type : 'file-selector' ,
443450 canonicalParamId : 'updateFileId' ,
444451 serviceId : 'google-drive' ,
452+ selectorKey : 'google.drive' ,
445453 requiredScopes : [
446454 'https://www.googleapis.com/auth/drive.file' ,
447455 'https://www.googleapis.com/auth/drive' ,
@@ -520,6 +528,7 @@ Return ONLY the description text - no explanations, no quotes, no extra text.`,
520528 type : 'file-selector' ,
521529 canonicalParamId : 'trashFileId' ,
522530 serviceId : 'google-drive' ,
531+ selectorKey : 'google.drive' ,
523532 requiredScopes : [
524533 'https://www.googleapis.com/auth/drive.file' ,
525534 'https://www.googleapis.com/auth/drive' ,
@@ -547,6 +556,7 @@ Return ONLY the description text - no explanations, no quotes, no extra text.`,
547556 type : 'file-selector' ,
548557 canonicalParamId : 'deleteFileId' ,
549558 serviceId : 'google-drive' ,
559+ selectorKey : 'google.drive' ,
550560 requiredScopes : [
551561 'https://www.googleapis.com/auth/drive.file' ,
552562 'https://www.googleapis.com/auth/drive' ,
@@ -574,6 +584,7 @@ Return ONLY the description text - no explanations, no quotes, no extra text.`,
574584 type : 'file-selector' ,
575585 canonicalParamId : 'shareFileId' ,
576586 serviceId : 'google-drive' ,
587+ selectorKey : 'google.drive' ,
577588 requiredScopes : [
578589 'https://www.googleapis.com/auth/drive.file' ,
579590 'https://www.googleapis.com/auth/drive' ,
@@ -688,6 +699,7 @@ Return ONLY the message text - no subject line, no greetings/signatures, no extr
688699 type : 'file-selector' ,
689700 canonicalParamId : 'unshareFileId' ,
690701 serviceId : 'google-drive' ,
702+ selectorKey : 'google.drive' ,
691703 requiredScopes : [
692704 'https://www.googleapis.com/auth/drive.file' ,
693705 'https://www.googleapis.com/auth/drive' ,
@@ -723,6 +735,7 @@ Return ONLY the message text - no subject line, no greetings/signatures, no extr
723735 type : 'file-selector' ,
724736 canonicalParamId : 'listPermissionsFileId' ,
725737 serviceId : 'google-drive' ,
738+ selectorKey : 'google.drive' ,
726739 requiredScopes : [
727740 'https://www.googleapis.com/auth/drive.file' ,
728741 'https://www.googleapis.com/auth/drive' ,
0 commit comments