@@ -107,7 +107,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
107107 id : 'threadId' ,
108108 title : 'Thread ID' ,
109109 type : 'short-input' ,
110- layout : 'full' ,
110+
111111 placeholder : 'Thread ID to reply to (for threading)' ,
112112 condition : { field : 'operation' , value : [ 'send_gmail' , 'draft_gmail' ] } ,
113113 mode : 'advanced' ,
@@ -117,7 +117,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
117117 id : 'replyToMessageId' ,
118118 title : 'Reply to Message ID' ,
119119 type : 'short-input' ,
120- layout : 'full' ,
120+
121121 placeholder : 'Gmail message ID (not RFC Message-ID) - use the "id" field from results' ,
122122 condition : { field : 'operation' , value : [ 'send_gmail' , 'draft_gmail' ] } ,
123123 mode : 'advanced' ,
@@ -216,7 +216,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
216216 id : 'moveMessageId' ,
217217 title : 'Message ID' ,
218218 type : 'short-input' ,
219- layout : 'full' ,
220219 placeholder : 'ID of the email to move' ,
221220 condition : { field : 'operation' , value : 'move_gmail' } ,
222221 required : true ,
@@ -226,7 +225,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
226225 id : 'destinationLabel' ,
227226 title : 'Move To Label' ,
228227 type : 'folder-selector' ,
229- layout : 'full' ,
228+
230229 canonicalParamId : 'addLabelIds' ,
231230 provider : 'google-email' ,
232231 serviceId : 'gmail' ,
@@ -245,7 +244,7 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
245244 id : 'manualDestinationLabel' ,
246245 title : 'Move To Label' ,
247246 type : 'short-input' ,
248- layout : 'full' ,
247+
249248 canonicalParamId : 'addLabelIds' ,
250249 placeholder : 'Enter label ID (e.g., INBOX, Label_123)' ,
251250 mode : 'advanced' ,
@@ -257,7 +256,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
257256 id : 'sourceLabel' ,
258257 title : 'Remove From Label (Optional)' ,
259258 type : 'folder-selector' ,
260- layout : 'full' ,
261259 canonicalParamId : 'removeLabelIds' ,
262260 provider : 'google-email' ,
263261 serviceId : 'gmail' ,
@@ -276,7 +274,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
276274 id : 'manualSourceLabel' ,
277275 title : 'Remove From Label (Optional)' ,
278276 type : 'short-input' ,
279- layout : 'full' ,
280277 canonicalParamId : 'removeLabelIds' ,
281278 placeholder : 'Enter label ID to remove (e.g., INBOX)' ,
282279 mode : 'advanced' ,
@@ -288,7 +285,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
288285 id : 'actionMessageId' ,
289286 title : 'Message ID' ,
290287 type : 'short-input' ,
291- layout : 'full' ,
292288 placeholder : 'ID of the email' ,
293289 condition : {
294290 field : 'operation' ,
@@ -307,7 +303,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
307303 id : 'labelActionMessageId' ,
308304 title : 'Message ID' ,
309305 type : 'short-input' ,
310- layout : 'full' ,
311306 placeholder : 'ID of the email' ,
312307 condition : { field : 'operation' , value : [ 'add_label_gmail' , 'remove_label_gmail' ] } ,
313308 required : true ,
@@ -317,7 +312,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
317312 id : 'labelManagement' ,
318313 title : 'Label' ,
319314 type : 'folder-selector' ,
320- layout : 'full' ,
321315 canonicalParamId : 'labelIds' ,
322316 provider : 'google-email' ,
323317 serviceId : 'gmail' ,
@@ -336,7 +330,6 @@ export const GmailBlock: BlockConfig<GmailToolResponse> = {
336330 id : 'manualLabelManagement' ,
337331 title : 'Label' ,
338332 type : 'short-input' ,
339- layout : 'full' ,
340333 canonicalParamId : 'labelIds' ,
341334 placeholder : 'Enter label ID (e.g., INBOX, Label_123)' ,
342335 mode : 'advanced' ,
0 commit comments