@bubblelab/bubble-core 0.1.79 → 0.1.80
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 +107 -107
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
- package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +88 -88
- package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +8 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +954 -648
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +215 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +215 -5
- package/package.json +2 -2
|
@@ -154,7 +154,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
@@ -166,14 +166,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
166
166
|
emoji?: boolean | undefined;
|
|
167
167
|
verbatim?: boolean | undefined;
|
|
168
168
|
} | undefined;
|
|
169
|
-
image_url?: string | undefined;
|
|
170
|
-
optional?: boolean | undefined;
|
|
171
169
|
fields?: {
|
|
172
170
|
type: "plain_text" | "mrkdwn";
|
|
173
171
|
text: string;
|
|
174
172
|
emoji?: boolean | undefined;
|
|
175
173
|
verbatim?: boolean | undefined;
|
|
176
174
|
}[] | undefined;
|
|
175
|
+
image_url?: string | undefined;
|
|
177
176
|
alt_text?: string | undefined;
|
|
178
177
|
elements?: {
|
|
179
178
|
type: "plain_text" | "mrkdwn";
|
|
@@ -181,13 +180,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
181
180
|
emoji?: boolean | undefined;
|
|
182
181
|
verbatim?: boolean | undefined;
|
|
183
182
|
}[] | undefined;
|
|
183
|
+
optional?: boolean | undefined;
|
|
184
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
@@ -199,14 +199,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
199
199
|
emoji?: boolean | undefined;
|
|
200
200
|
verbatim?: boolean | undefined;
|
|
201
201
|
} | undefined;
|
|
202
|
-
image_url?: string | undefined;
|
|
203
|
-
optional?: boolean | undefined;
|
|
204
202
|
fields?: {
|
|
205
203
|
type: "plain_text" | "mrkdwn";
|
|
206
204
|
text: string;
|
|
207
205
|
emoji?: boolean | undefined;
|
|
208
206
|
verbatim?: boolean | undefined;
|
|
209
207
|
}[] | undefined;
|
|
208
|
+
image_url?: string | undefined;
|
|
210
209
|
alt_text?: string | undefined;
|
|
211
210
|
elements?: {
|
|
212
211
|
type: "plain_text" | "mrkdwn";
|
|
@@ -214,6 +213,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
214
213
|
emoji?: boolean | undefined;
|
|
215
214
|
verbatim?: boolean | undefined;
|
|
216
215
|
}[] | undefined;
|
|
216
|
+
optional?: boolean | undefined;
|
|
217
217
|
block_id?: string | undefined;
|
|
218
218
|
accessory?: unknown;
|
|
219
219
|
element?: unknown;
|
|
@@ -255,21 +255,16 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
error: string;
|
|
257
257
|
success: boolean;
|
|
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
273
268
|
title?: {
|
|
274
269
|
type: "plain_text";
|
|
275
270
|
text: string;
|
|
@@ -281,14 +276,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
281
276
|
emoji?: boolean | undefined;
|
|
282
277
|
verbatim?: boolean | undefined;
|
|
283
278
|
} | undefined;
|
|
284
|
-
image_url?: string | undefined;
|
|
285
|
-
optional?: boolean | undefined;
|
|
286
279
|
fields?: {
|
|
287
280
|
type: "plain_text" | "mrkdwn";
|
|
288
281
|
text: string;
|
|
289
282
|
emoji?: boolean | undefined;
|
|
290
283
|
verbatim?: boolean | undefined;
|
|
291
284
|
}[] | undefined;
|
|
285
|
+
image_url?: string | undefined;
|
|
292
286
|
alt_text?: string | undefined;
|
|
293
287
|
elements?: {
|
|
294
288
|
type: "plain_text" | "mrkdwn";
|
|
@@ -296,30 +290,31 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
296
290
|
emoji?: boolean | undefined;
|
|
297
291
|
verbatim?: boolean | undefined;
|
|
298
292
|
}[] | undefined;
|
|
293
|
+
optional?: boolean | undefined;
|
|
299
294
|
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
|
error: string;
|
|
307
307
|
success: boolean;
|
|
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
323
318
|
title?: {
|
|
324
319
|
type: "plain_text";
|
|
325
320
|
text: string;
|
|
@@ -331,14 +326,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
331
326
|
emoji?: boolean | undefined;
|
|
332
327
|
verbatim?: boolean | undefined;
|
|
333
328
|
} | undefined;
|
|
334
|
-
image_url?: string | undefined;
|
|
335
|
-
optional?: boolean | undefined;
|
|
336
329
|
fields?: {
|
|
337
330
|
type: "plain_text" | "mrkdwn";
|
|
338
331
|
text: string;
|
|
339
332
|
emoji?: boolean | undefined;
|
|
340
333
|
verbatim?: boolean | undefined;
|
|
341
334
|
}[] | undefined;
|
|
335
|
+
image_url?: string | undefined;
|
|
342
336
|
alt_text?: string | undefined;
|
|
343
337
|
elements?: {
|
|
344
338
|
type: "plain_text" | "mrkdwn";
|
|
@@ -346,12 +340,18 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
346
340
|
emoji?: boolean | undefined;
|
|
347
341
|
verbatim?: boolean | undefined;
|
|
348
342
|
}[] | undefined;
|
|
343
|
+
optional?: boolean | undefined;
|
|
349
344
|
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,7 +512,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
@@ -524,14 +524,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
524
524
|
emoji?: boolean | undefined;
|
|
525
525
|
verbatim?: boolean | undefined;
|
|
526
526
|
} | undefined;
|
|
527
|
-
image_url?: string | undefined;
|
|
528
|
-
optional?: boolean | undefined;
|
|
529
527
|
fields?: {
|
|
530
528
|
type: "plain_text" | "mrkdwn";
|
|
531
529
|
text: string;
|
|
532
530
|
emoji?: boolean | undefined;
|
|
533
531
|
verbatim?: boolean | undefined;
|
|
534
532
|
}[] | undefined;
|
|
533
|
+
image_url?: string | undefined;
|
|
535
534
|
alt_text?: string | undefined;
|
|
536
535
|
elements?: {
|
|
537
536
|
type: "plain_text" | "mrkdwn";
|
|
@@ -539,13 +538,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
539
538
|
emoji?: boolean | undefined;
|
|
540
539
|
verbatim?: boolean | undefined;
|
|
541
540
|
}[] | undefined;
|
|
541
|
+
optional?: boolean | undefined;
|
|
542
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
@@ -557,14 +557,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
557
557
|
emoji?: boolean | undefined;
|
|
558
558
|
verbatim?: boolean | undefined;
|
|
559
559
|
} | undefined;
|
|
560
|
-
image_url?: string | undefined;
|
|
561
|
-
optional?: boolean | undefined;
|
|
562
560
|
fields?: {
|
|
563
561
|
type: "plain_text" | "mrkdwn";
|
|
564
562
|
text: string;
|
|
565
563
|
emoji?: boolean | undefined;
|
|
566
564
|
verbatim?: boolean | undefined;
|
|
567
565
|
}[] | undefined;
|
|
566
|
+
image_url?: string | undefined;
|
|
568
567
|
alt_text?: string | undefined;
|
|
569
568
|
elements?: {
|
|
570
569
|
type: "plain_text" | "mrkdwn";
|
|
@@ -572,6 +571,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
572
571
|
emoji?: boolean | undefined;
|
|
573
572
|
verbatim?: boolean | undefined;
|
|
574
573
|
}[] | undefined;
|
|
574
|
+
optional?: boolean | undefined;
|
|
575
575
|
block_id?: string | undefined;
|
|
576
576
|
accessory?: unknown;
|
|
577
577
|
element?: unknown;
|
|
@@ -613,21 +613,16 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
614
|
error: string;
|
|
615
615
|
success: boolean;
|
|
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
631
626
|
title?: {
|
|
632
627
|
type: "plain_text";
|
|
633
628
|
text: string;
|
|
@@ -639,14 +634,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
639
634
|
emoji?: boolean | undefined;
|
|
640
635
|
verbatim?: boolean | undefined;
|
|
641
636
|
} | undefined;
|
|
642
|
-
image_url?: string | undefined;
|
|
643
|
-
optional?: boolean | undefined;
|
|
644
637
|
fields?: {
|
|
645
638
|
type: "plain_text" | "mrkdwn";
|
|
646
639
|
text: string;
|
|
647
640
|
emoji?: boolean | undefined;
|
|
648
641
|
verbatim?: boolean | undefined;
|
|
649
642
|
}[] | undefined;
|
|
643
|
+
image_url?: string | undefined;
|
|
650
644
|
alt_text?: string | undefined;
|
|
651
645
|
elements?: {
|
|
652
646
|
type: "plain_text" | "mrkdwn";
|
|
@@ -654,30 +648,31 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
654
648
|
emoji?: boolean | undefined;
|
|
655
649
|
verbatim?: boolean | undefined;
|
|
656
650
|
}[] | undefined;
|
|
651
|
+
optional?: boolean | undefined;
|
|
657
652
|
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
|
error: string;
|
|
665
665
|
success: boolean;
|
|
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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
|
|
681
676
|
title?: {
|
|
682
677
|
type: "plain_text";
|
|
683
678
|
text: string;
|
|
@@ -689,14 +684,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
689
684
|
emoji?: boolean | undefined;
|
|
690
685
|
verbatim?: boolean | undefined;
|
|
691
686
|
} | undefined;
|
|
692
|
-
image_url?: string | undefined;
|
|
693
|
-
optional?: boolean | undefined;
|
|
694
687
|
fields?: {
|
|
695
688
|
type: "plain_text" | "mrkdwn";
|
|
696
689
|
text: string;
|
|
697
690
|
emoji?: boolean | undefined;
|
|
698
691
|
verbatim?: boolean | undefined;
|
|
699
692
|
}[] | undefined;
|
|
693
|
+
image_url?: string | undefined;
|
|
700
694
|
alt_text?: string | undefined;
|
|
701
695
|
elements?: {
|
|
702
696
|
type: "plain_text" | "mrkdwn";
|
|
@@ -704,12 +698,18 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
704
698
|
emoji?: boolean | undefined;
|
|
705
699
|
verbatim?: boolean | undefined;
|
|
706
700
|
}[] | undefined;
|
|
701
|
+
optional?: boolean | undefined;
|
|
707
702
|
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 ";
|