@bubblelab/bubble-core 0.1.146 → 0.1.147
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -41,8 +41,8 @@ declare const PDFOcrWorkflowParamsSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
41
41
|
pages?: number[] | undefined;
|
|
42
42
|
}, {
|
|
43
43
|
format?: "png" | "jpeg" | undefined;
|
|
44
|
-
quality?: number | undefined;
|
|
45
44
|
pages?: number[] | undefined;
|
|
45
|
+
quality?: number | undefined;
|
|
46
46
|
dpi?: number | undefined;
|
|
47
47
|
}>>;
|
|
48
48
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -90,8 +90,8 @@ declare const PDFOcrWorkflowParamsSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
90
90
|
} | undefined;
|
|
91
91
|
imageOptions?: {
|
|
92
92
|
format?: "png" | "jpeg" | undefined;
|
|
93
|
-
quality?: number | undefined;
|
|
94
93
|
pages?: number[] | undefined;
|
|
94
|
+
quality?: number | undefined;
|
|
95
95
|
dpi?: number | undefined;
|
|
96
96
|
} | undefined;
|
|
97
97
|
aiOptions?: {
|
|
@@ -123,8 +123,8 @@ declare const PDFOcrWorkflowParamsSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
123
123
|
pages?: number[] | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
format?: "png" | "jpeg" | undefined;
|
|
126
|
-
quality?: number | undefined;
|
|
127
126
|
pages?: number[] | undefined;
|
|
127
|
+
quality?: number | undefined;
|
|
128
128
|
dpi?: number | undefined;
|
|
129
129
|
}>>;
|
|
130
130
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -174,8 +174,8 @@ declare const PDFOcrWorkflowParamsSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
|
|
|
174
174
|
} | undefined;
|
|
175
175
|
imageOptions?: {
|
|
176
176
|
format?: "png" | "jpeg" | undefined;
|
|
177
|
-
quality?: number | undefined;
|
|
178
177
|
pages?: number[] | undefined;
|
|
178
|
+
quality?: number | undefined;
|
|
179
179
|
dpi?: number | undefined;
|
|
180
180
|
} | undefined;
|
|
181
181
|
aiOptions?: {
|
|
@@ -477,8 +477,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
477
477
|
pages?: number[] | undefined;
|
|
478
478
|
}, {
|
|
479
479
|
format?: "png" | "jpeg" | undefined;
|
|
480
|
-
quality?: number | undefined;
|
|
481
480
|
pages?: number[] | undefined;
|
|
481
|
+
quality?: number | undefined;
|
|
482
482
|
dpi?: number | undefined;
|
|
483
483
|
}>>;
|
|
484
484
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -526,8 +526,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
526
526
|
} | undefined;
|
|
527
527
|
imageOptions?: {
|
|
528
528
|
format?: "png" | "jpeg" | undefined;
|
|
529
|
-
quality?: number | undefined;
|
|
530
529
|
pages?: number[] | undefined;
|
|
530
|
+
quality?: number | undefined;
|
|
531
531
|
dpi?: number | undefined;
|
|
532
532
|
} | undefined;
|
|
533
533
|
aiOptions?: {
|
|
@@ -559,8 +559,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
559
559
|
pages?: number[] | undefined;
|
|
560
560
|
}, {
|
|
561
561
|
format?: "png" | "jpeg" | undefined;
|
|
562
|
-
quality?: number | undefined;
|
|
563
562
|
pages?: number[] | undefined;
|
|
563
|
+
quality?: number | undefined;
|
|
564
564
|
dpi?: number | undefined;
|
|
565
565
|
}>>;
|
|
566
566
|
aiOptions: z.ZodDefault<z.ZodObject<{
|
|
@@ -610,8 +610,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
|
|
|
610
610
|
} | undefined;
|
|
611
611
|
imageOptions?: {
|
|
612
612
|
format?: "png" | "jpeg" | undefined;
|
|
613
|
-
quality?: number | undefined;
|
|
614
613
|
pages?: number[] | undefined;
|
|
614
|
+
quality?: number | undefined;
|
|
615
615
|
dpi?: number | undefined;
|
|
616
616
|
} | undefined;
|
|
617
617
|
aiOptions?: {
|
|
@@ -106,12 +106,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
106
106
|
}, "strip", z.ZodTypeAny, {
|
|
107
107
|
success: boolean;
|
|
108
108
|
error: string;
|
|
109
|
+
query?: string | undefined;
|
|
109
110
|
metadata?: {
|
|
110
111
|
executionTime: number;
|
|
111
112
|
rowCount?: number | undefined;
|
|
112
113
|
wordCount?: number | undefined;
|
|
113
114
|
} | undefined;
|
|
114
|
-
query?: string | undefined;
|
|
115
115
|
queryExplanation?: string | undefined;
|
|
116
116
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
117
117
|
formattedResponse?: string | undefined;
|
|
@@ -121,12 +121,12 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
121
121
|
}, {
|
|
122
122
|
success: boolean;
|
|
123
123
|
error: string;
|
|
124
|
+
query?: string | undefined;
|
|
124
125
|
metadata?: {
|
|
125
126
|
executionTime: number;
|
|
126
127
|
rowCount?: number | undefined;
|
|
127
128
|
wordCount?: number | undefined;
|
|
128
129
|
} | undefined;
|
|
129
|
-
query?: string | undefined;
|
|
130
130
|
queryExplanation?: string | undefined;
|
|
131
131
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
132
132
|
formattedResponse?: string | undefined;
|
|
@@ -244,12 +244,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
245
|
success: boolean;
|
|
246
246
|
error: string;
|
|
247
|
+
query?: string | undefined;
|
|
247
248
|
metadata?: {
|
|
248
249
|
executionTime: number;
|
|
249
250
|
rowCount?: number | undefined;
|
|
250
251
|
wordCount?: number | undefined;
|
|
251
252
|
} | undefined;
|
|
252
|
-
query?: string | undefined;
|
|
253
253
|
queryExplanation?: string | undefined;
|
|
254
254
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
255
255
|
formattedResponse?: string | undefined;
|
|
@@ -259,12 +259,12 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
259
259
|
}, {
|
|
260
260
|
success: boolean;
|
|
261
261
|
error: string;
|
|
262
|
+
query?: string | undefined;
|
|
262
263
|
metadata?: {
|
|
263
264
|
executionTime: number;
|
|
264
265
|
rowCount?: number | undefined;
|
|
265
266
|
wordCount?: number | undefined;
|
|
266
267
|
} | undefined;
|
|
267
|
-
query?: string | undefined;
|
|
268
268
|
queryExplanation?: string | undefined;
|
|
269
269
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
270
270
|
formattedResponse?: string | undefined;
|
|
@@ -154,12 +154,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
161
161
|
emoji?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
|
+
block_id?: string | undefined;
|
|
163
164
|
text?: {
|
|
164
165
|
type: "plain_text" | "mrkdwn";
|
|
165
166
|
text: string;
|
|
@@ -181,18 +182,18 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
181
182
|
emoji?: boolean | undefined;
|
|
182
183
|
verbatim?: boolean | undefined;
|
|
183
184
|
}[] | undefined;
|
|
184
|
-
block_id?: string | undefined;
|
|
185
185
|
accessory?: unknown;
|
|
186
186
|
element?: unknown;
|
|
187
187
|
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
194
194
|
emoji?: boolean | undefined;
|
|
195
195
|
} | undefined;
|
|
196
|
+
block_id?: string | undefined;
|
|
196
197
|
text?: {
|
|
197
198
|
type: "plain_text" | "mrkdwn";
|
|
198
199
|
text: string;
|
|
@@ -214,7 +215,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
214
215
|
emoji?: boolean | undefined;
|
|
215
216
|
verbatim?: boolean | undefined;
|
|
216
217
|
}[] | undefined;
|
|
217
|
-
block_id?: string | undefined;
|
|
218
218
|
accessory?: unknown;
|
|
219
219
|
element?: unknown;
|
|
220
220
|
label?: unknown;
|
|
@@ -255,26 +255,22 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
success: boolean;
|
|
257
257
|
error: string;
|
|
258
|
+
response: string;
|
|
259
|
+
iterations: number;
|
|
258
260
|
metadata: {
|
|
259
261
|
verbosityLevel: string;
|
|
260
262
|
technicalityLevel: string;
|
|
261
263
|
wordCount: number;
|
|
262
264
|
blockCount?: number | undefined;
|
|
263
265
|
};
|
|
264
|
-
response: string;
|
|
265
|
-
iterations: number;
|
|
266
|
-
toolCalls?: {
|
|
267
|
-
tool: string;
|
|
268
|
-
input?: unknown;
|
|
269
|
-
output?: unknown;
|
|
270
|
-
}[] | undefined;
|
|
271
266
|
blocks?: {
|
|
272
|
-
type: "
|
|
267
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
273
268
|
title?: {
|
|
274
269
|
type: "plain_text";
|
|
275
270
|
text: string;
|
|
276
271
|
emoji?: boolean | undefined;
|
|
277
272
|
} | undefined;
|
|
273
|
+
block_id?: string | undefined;
|
|
278
274
|
text?: {
|
|
279
275
|
type: "plain_text" | "mrkdwn";
|
|
280
276
|
text: string;
|
|
@@ -296,35 +292,35 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
296
292
|
emoji?: boolean | undefined;
|
|
297
293
|
verbatim?: boolean | undefined;
|
|
298
294
|
}[] | undefined;
|
|
299
|
-
block_id?: string | undefined;
|
|
300
295
|
accessory?: unknown;
|
|
301
296
|
element?: unknown;
|
|
302
297
|
label?: unknown;
|
|
303
298
|
hint?: unknown;
|
|
304
299
|
}[] | undefined;
|
|
300
|
+
toolCalls?: {
|
|
301
|
+
tool: string;
|
|
302
|
+
input?: unknown;
|
|
303
|
+
output?: unknown;
|
|
304
|
+
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
success: boolean;
|
|
307
307
|
error: string;
|
|
308
|
+
response: string;
|
|
309
|
+
iterations: number;
|
|
308
310
|
metadata: {
|
|
309
311
|
verbosityLevel: string;
|
|
310
312
|
technicalityLevel: string;
|
|
311
313
|
wordCount: number;
|
|
312
314
|
blockCount?: number | undefined;
|
|
313
315
|
};
|
|
314
|
-
response: string;
|
|
315
|
-
iterations: number;
|
|
316
|
-
toolCalls?: {
|
|
317
|
-
tool: string;
|
|
318
|
-
input?: unknown;
|
|
319
|
-
output?: unknown;
|
|
320
|
-
}[] | undefined;
|
|
321
316
|
blocks?: {
|
|
322
|
-
type: "
|
|
317
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
323
318
|
title?: {
|
|
324
319
|
type: "plain_text";
|
|
325
320
|
text: string;
|
|
326
321
|
emoji?: boolean | undefined;
|
|
327
322
|
} | undefined;
|
|
323
|
+
block_id?: string | undefined;
|
|
328
324
|
text?: {
|
|
329
325
|
type: "plain_text" | "mrkdwn";
|
|
330
326
|
text: string;
|
|
@@ -346,12 +342,16 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
346
342
|
emoji?: boolean | undefined;
|
|
347
343
|
verbatim?: boolean | undefined;
|
|
348
344
|
}[] | undefined;
|
|
349
|
-
block_id?: string | undefined;
|
|
350
345
|
accessory?: unknown;
|
|
351
346
|
element?: unknown;
|
|
352
347
|
label?: unknown;
|
|
353
348
|
hint?: unknown;
|
|
354
349
|
}[] | undefined;
|
|
350
|
+
toolCalls?: {
|
|
351
|
+
tool: string;
|
|
352
|
+
input?: unknown;
|
|
353
|
+
output?: unknown;
|
|
354
|
+
}[] | undefined;
|
|
355
355
|
}>;
|
|
356
356
|
type SlackFormatterAgentParams = z.input<typeof SlackFormatterAgentParamsSchema>;
|
|
357
357
|
type SlackFormatterAgentParamsParsed = z.output<typeof SlackFormatterAgentParamsSchema>;
|
|
@@ -512,12 +512,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
519
519
|
emoji?: boolean | undefined;
|
|
520
520
|
} | undefined;
|
|
521
|
+
block_id?: string | undefined;
|
|
521
522
|
text?: {
|
|
522
523
|
type: "plain_text" | "mrkdwn";
|
|
523
524
|
text: string;
|
|
@@ -539,18 +540,18 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
539
540
|
emoji?: boolean | undefined;
|
|
540
541
|
verbatim?: boolean | undefined;
|
|
541
542
|
}[] | undefined;
|
|
542
|
-
block_id?: string | undefined;
|
|
543
543
|
accessory?: unknown;
|
|
544
544
|
element?: unknown;
|
|
545
545
|
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
552
552
|
emoji?: boolean | undefined;
|
|
553
553
|
} | undefined;
|
|
554
|
+
block_id?: string | undefined;
|
|
554
555
|
text?: {
|
|
555
556
|
type: "plain_text" | "mrkdwn";
|
|
556
557
|
text: string;
|
|
@@ -572,7 +573,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
572
573
|
emoji?: boolean | undefined;
|
|
573
574
|
verbatim?: boolean | undefined;
|
|
574
575
|
}[] | undefined;
|
|
575
|
-
block_id?: string | undefined;
|
|
576
576
|
accessory?: unknown;
|
|
577
577
|
element?: unknown;
|
|
578
578
|
label?: unknown;
|
|
@@ -613,26 +613,22 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
614
|
success: boolean;
|
|
615
615
|
error: string;
|
|
616
|
+
response: string;
|
|
617
|
+
iterations: number;
|
|
616
618
|
metadata: {
|
|
617
619
|
verbosityLevel: string;
|
|
618
620
|
technicalityLevel: string;
|
|
619
621
|
wordCount: number;
|
|
620
622
|
blockCount?: number | undefined;
|
|
621
623
|
};
|
|
622
|
-
response: string;
|
|
623
|
-
iterations: number;
|
|
624
|
-
toolCalls?: {
|
|
625
|
-
tool: string;
|
|
626
|
-
input?: unknown;
|
|
627
|
-
output?: unknown;
|
|
628
|
-
}[] | undefined;
|
|
629
624
|
blocks?: {
|
|
630
|
-
type: "
|
|
625
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
631
626
|
title?: {
|
|
632
627
|
type: "plain_text";
|
|
633
628
|
text: string;
|
|
634
629
|
emoji?: boolean | undefined;
|
|
635
630
|
} | undefined;
|
|
631
|
+
block_id?: string | undefined;
|
|
636
632
|
text?: {
|
|
637
633
|
type: "plain_text" | "mrkdwn";
|
|
638
634
|
text: string;
|
|
@@ -654,35 +650,35 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
654
650
|
emoji?: boolean | undefined;
|
|
655
651
|
verbatim?: boolean | undefined;
|
|
656
652
|
}[] | undefined;
|
|
657
|
-
block_id?: string | undefined;
|
|
658
653
|
accessory?: unknown;
|
|
659
654
|
element?: unknown;
|
|
660
655
|
label?: unknown;
|
|
661
656
|
hint?: unknown;
|
|
662
657
|
}[] | undefined;
|
|
658
|
+
toolCalls?: {
|
|
659
|
+
tool: string;
|
|
660
|
+
input?: unknown;
|
|
661
|
+
output?: unknown;
|
|
662
|
+
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
664
|
success: boolean;
|
|
665
665
|
error: string;
|
|
666
|
+
response: string;
|
|
667
|
+
iterations: number;
|
|
666
668
|
metadata: {
|
|
667
669
|
verbosityLevel: string;
|
|
668
670
|
technicalityLevel: string;
|
|
669
671
|
wordCount: number;
|
|
670
672
|
blockCount?: number | undefined;
|
|
671
673
|
};
|
|
672
|
-
response: string;
|
|
673
|
-
iterations: number;
|
|
674
|
-
toolCalls?: {
|
|
675
|
-
tool: string;
|
|
676
|
-
input?: unknown;
|
|
677
|
-
output?: unknown;
|
|
678
|
-
}[] | undefined;
|
|
679
674
|
blocks?: {
|
|
680
|
-
type: "
|
|
675
|
+
type: "file" | "input" | "image" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
681
676
|
title?: {
|
|
682
677
|
type: "plain_text";
|
|
683
678
|
text: string;
|
|
684
679
|
emoji?: boolean | undefined;
|
|
685
680
|
} | undefined;
|
|
681
|
+
block_id?: string | undefined;
|
|
686
682
|
text?: {
|
|
687
683
|
type: "plain_text" | "mrkdwn";
|
|
688
684
|
text: string;
|
|
@@ -704,12 +700,16 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
704
700
|
emoji?: boolean | undefined;
|
|
705
701
|
verbatim?: boolean | undefined;
|
|
706
702
|
}[] | undefined;
|
|
707
|
-
block_id?: string | undefined;
|
|
708
703
|
accessory?: unknown;
|
|
709
704
|
element?: unknown;
|
|
710
705
|
label?: unknown;
|
|
711
706
|
hint?: unknown;
|
|
712
707
|
}[] | undefined;
|
|
708
|
+
toolCalls?: {
|
|
709
|
+
tool: string;
|
|
710
|
+
input?: unknown;
|
|
711
|
+
output?: unknown;
|
|
712
|
+
}[] | undefined;
|
|
713
713
|
}>;
|
|
714
714
|
static readonly shortDescription = "AI agent for creating well-formatted Slack messages with adjustable verbosity and technicality";
|
|
715
715
|
static readonly longDescription = "\n An AI agent that specializes in generating properly formatted Slack messages with:\n - Adjustable verbosity levels (1-5): from concise bullet points to comprehensive explanations\n - Adjustable technicality levels (1-5): from plain English to expert terminology\n - Native Slack markdown formatting (bold, italic, code blocks, lists)\n - Optional Slack Block Kit JSON for rich interactive messages\n - Tool integration for dynamic content generation\n \n Perfect for:\n - Creating consistent Slack notifications with appropriate detail level\n - Adapting any content for different audiences\n - Generating interactive Slack messages with Block Kit\n - Formatting summaries, reports, and updates for Slack channels\n - Building engaging team communications with proper structure\n - Converting any information into Slack-friendly format\n ";
|