@@ -120,7 +120,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
120120 id : 'threadId' ,
121121 title : 'Thread ID' ,
122122 type : 'short-input' ,
123- layout : 'full' ,
123+
124124 placeholder : 'Thread ID to reply to (for threading)' ,
125125 condition : { field : 'operation' , value : [ 'send_gmail' , 'draft_gmail' ] } ,
126126 mode : 'advanced' ,
@@ -130,7 +130,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
130130 id : 'replyToMessageId' ,
131131 title : 'Reply to Message ID' ,
132132 type : 'short-input' ,
133- layout : 'full' ,
133+
134134 placeholder : 'Gmail message ID (not RFC Message-ID) - use the "id" field from results' ,
135135 condition : { field : 'operation' , value : [ 'send_gmail' , 'draft_gmail' ] } ,
136136 mode : 'advanced' ,
@@ -229,7 +229,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
229229 id : 'moveMessageId' ,
230230 title : 'Message ID' ,
231231 type : 'short-input' ,
232- layout : 'full' ,
233232 placeholder : 'ID of the email to move' ,
234233 condition : { field : 'operation' , value : 'move_gmail' } ,
235234 required : true ,
@@ -239,7 +238,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
239238 id : 'destinationLabel' ,
240239 title : 'Move To Label' ,
241240 type : 'folder-selector' ,
242- layout : 'full' ,
241+
243242 canonicalParamId : 'addLabelIds' ,
244243 provider : 'google-email' ,
245244 serviceId : 'gmail' ,
@@ -258,7 +257,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
258257 id : 'manualDestinationLabel' ,
259258 title : 'Move To Label' ,
260259 type : 'short-input' ,
261- layout : 'full' ,
260+
262261 canonicalParamId : 'addLabelIds' ,
263262 placeholder : 'Enter label ID (e.g., INBOX, Label_123)' ,
264263 mode : 'advanced' ,
@@ -270,7 +269,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
270269 id : 'sourceLabel' ,
271270 title : 'Remove From Label' ,
272271 type : 'folder-selector' ,
273- layout : 'full' ,
274272 canonicalParamId : 'removeLabelIds' ,
275273 provider : 'google-email' ,
276274 serviceId : 'gmail' ,
@@ -289,7 +287,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
289287 id : 'manualSourceLabel' ,
290288 title : 'Remove From Label' ,
291289 type : 'short-input' ,
292- layout : 'full' ,
293290 canonicalParamId : 'removeLabelIds' ,
294291 placeholder : 'Enter label ID to remove (e.g., INBOX)' ,
295292 mode : 'advanced' ,
@@ -301,7 +298,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
301298 id : 'actionMessageId' ,
302299 title : 'Message ID' ,
303300 type : 'short-input' ,
304- layout : 'full' ,
305301 placeholder : 'ID of the email' ,
306302 condition : {
307303 field : 'operation' ,
@@ -320,7 +316,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
320316 id : 'labelActionMessageId' ,
321317 title : 'Message ID' ,
322318 type : 'short-input' ,
323- layout : 'full' ,
324319 placeholder : 'ID of the email' ,
325320 condition : { field : 'operation' , value : [ 'add_label_gmail' , 'remove_label_gmail' ] } ,
326321 required : true ,
@@ -330,7 +325,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
330325 id : 'labelManagement' ,
331326 title : 'Label' ,
332327 type : 'folder-selector' ,
333- layout : 'full' ,
334328 canonicalParamId : 'labelIds' ,
335329 provider : 'google-email' ,
336330 serviceId : 'gmail' ,
@@ -349,7 +343,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
349343 id : 'manualLabelManagement' ,
350344 title : 'Label' ,
351345 type : 'short-input' ,
352- layout : 'full' ,
353346 canonicalParamId : 'labelIds' ,
354347 placeholder : 'Enter label ID (e.g., INBOX, Label_123)' ,
355348 mode : 'advanced' ,
0 commit comments