@bubblelab/bubble-core 0.1.154 → 0.1.156
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 +139 -138
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- 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 +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- 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-tool.d.ts +334 -334
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
- 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 +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -15,12 +15,12 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
15
15
|
temperature: z.ZodDefault<z.ZodNumber>;
|
|
16
16
|
maxTokens: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
temperature: number;
|
|
19
18
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
19
|
+
temperature: number;
|
|
20
20
|
maxTokens: number;
|
|
21
21
|
}, {
|
|
22
|
-
temperature?: number | undefined;
|
|
23
22
|
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
23
|
+
temperature?: number | undefined;
|
|
24
24
|
maxTokens?: number | undefined;
|
|
25
25
|
}>>;
|
|
26
26
|
tools: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -41,13 +41,9 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
41
41
|
additionalContext: z.ZodOptional<z.ZodString>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
43
|
message: string;
|
|
44
|
-
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
45
|
-
technicality: "1" | "2" | "3" | "4" | "5";
|
|
46
|
-
includeQuery: boolean;
|
|
47
|
-
includeExplanation: boolean;
|
|
48
44
|
model: {
|
|
49
|
-
temperature: number;
|
|
50
45
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
46
|
+
temperature: number;
|
|
51
47
|
maxTokens: number;
|
|
52
48
|
};
|
|
53
49
|
tools: {
|
|
@@ -56,29 +52,33 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
56
52
|
config?: Record<string, unknown> | undefined;
|
|
57
53
|
}[];
|
|
58
54
|
maxIterations: number;
|
|
55
|
+
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
56
|
+
technicality: "1" | "2" | "3" | "4" | "5";
|
|
59
57
|
includeBlockKit: boolean;
|
|
58
|
+
includeQuery: boolean;
|
|
59
|
+
includeExplanation: boolean;
|
|
60
60
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
61
61
|
additionalContext?: string | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
message: string;
|
|
64
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
65
|
-
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
66
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
67
|
-
includeQuery?: boolean | undefined;
|
|
68
|
-
includeExplanation?: boolean | undefined;
|
|
69
|
-
additionalContext?: string | undefined;
|
|
70
64
|
model?: {
|
|
71
|
-
temperature?: number | undefined;
|
|
72
65
|
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
66
|
+
temperature?: number | undefined;
|
|
73
67
|
maxTokens?: number | undefined;
|
|
74
68
|
} | undefined;
|
|
69
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
75
70
|
tools?: {
|
|
76
71
|
name: string;
|
|
77
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
78
73
|
config?: Record<string, unknown> | undefined;
|
|
79
74
|
}[] | undefined;
|
|
80
75
|
maxIterations?: number | undefined;
|
|
76
|
+
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
77
|
+
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
81
78
|
includeBlockKit?: boolean | undefined;
|
|
79
|
+
includeQuery?: boolean | undefined;
|
|
80
|
+
includeExplanation?: boolean | undefined;
|
|
81
|
+
additionalContext?: string | undefined;
|
|
82
82
|
}>;
|
|
83
83
|
declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
84
84
|
response: z.ZodString;
|
|
@@ -154,25 +154,26 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "input" | "image" | "file" | "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
|
+
optional?: boolean | undefined;
|
|
163
164
|
text?: {
|
|
164
165
|
type: "plain_text" | "mrkdwn";
|
|
165
166
|
text: string;
|
|
166
167
|
emoji?: boolean | undefined;
|
|
167
168
|
verbatim?: boolean | undefined;
|
|
168
169
|
} | undefined;
|
|
170
|
+
image_url?: string | undefined;
|
|
169
171
|
fields?: {
|
|
170
172
|
type: "plain_text" | "mrkdwn";
|
|
171
173
|
text: string;
|
|
172
174
|
emoji?: boolean | undefined;
|
|
173
175
|
verbatim?: boolean | undefined;
|
|
174
176
|
}[] | undefined;
|
|
175
|
-
image_url?: string | undefined;
|
|
176
177
|
alt_text?: string | undefined;
|
|
177
178
|
elements?: {
|
|
178
179
|
type: "plain_text" | "mrkdwn";
|
|
@@ -180,32 +181,32 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
180
181
|
emoji?: boolean | undefined;
|
|
181
182
|
verbatim?: boolean | undefined;
|
|
182
183
|
}[] | undefined;
|
|
183
|
-
element?: unknown;
|
|
184
|
-
optional?: boolean | undefined;
|
|
185
184
|
block_id?: string | undefined;
|
|
186
185
|
accessory?: unknown;
|
|
186
|
+
element?: unknown;
|
|
187
187
|
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "input" | "image" | "file" | "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
|
+
optional?: boolean | undefined;
|
|
196
197
|
text?: {
|
|
197
198
|
type: "plain_text" | "mrkdwn";
|
|
198
199
|
text: string;
|
|
199
200
|
emoji?: boolean | undefined;
|
|
200
201
|
verbatim?: boolean | undefined;
|
|
201
202
|
} | undefined;
|
|
203
|
+
image_url?: string | undefined;
|
|
202
204
|
fields?: {
|
|
203
205
|
type: "plain_text" | "mrkdwn";
|
|
204
206
|
text: string;
|
|
205
207
|
emoji?: boolean | undefined;
|
|
206
208
|
verbatim?: boolean | undefined;
|
|
207
209
|
}[] | undefined;
|
|
208
|
-
image_url?: string | undefined;
|
|
209
210
|
alt_text?: string | undefined;
|
|
210
211
|
elements?: {
|
|
211
212
|
type: "plain_text" | "mrkdwn";
|
|
@@ -213,10 +214,9 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
213
214
|
emoji?: boolean | undefined;
|
|
214
215
|
verbatim?: boolean | undefined;
|
|
215
216
|
}[] | undefined;
|
|
216
|
-
element?: unknown;
|
|
217
|
-
optional?: boolean | undefined;
|
|
218
217
|
block_id?: string | undefined;
|
|
219
218
|
accessory?: unknown;
|
|
219
|
+
element?: unknown;
|
|
220
220
|
label?: unknown;
|
|
221
221
|
hint?: unknown;
|
|
222
222
|
}>, "many">>;
|
|
@@ -226,14 +226,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
226
226
|
wordCount: z.ZodNumber;
|
|
227
227
|
blockCount: z.ZodOptional<z.ZodNumber>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
|
-
wordCount: number;
|
|
230
229
|
verbosityLevel: string;
|
|
231
230
|
technicalityLevel: string;
|
|
231
|
+
wordCount: number;
|
|
232
232
|
blockCount?: number | undefined;
|
|
233
233
|
}, {
|
|
234
|
-
wordCount: number;
|
|
235
234
|
verbosityLevel: string;
|
|
236
235
|
technicalityLevel: string;
|
|
236
|
+
wordCount: number;
|
|
237
237
|
blockCount?: number | undefined;
|
|
238
238
|
}>;
|
|
239
239
|
toolCalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -253,36 +253,42 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
253
253
|
error: z.ZodString;
|
|
254
254
|
success: z.ZodBoolean;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
success: boolean;
|
|
257
256
|
error: string;
|
|
257
|
+
success: boolean;
|
|
258
|
+
response: string;
|
|
259
|
+
iterations: number;
|
|
258
260
|
metadata: {
|
|
259
|
-
wordCount: number;
|
|
260
261
|
verbosityLevel: string;
|
|
261
262
|
technicalityLevel: string;
|
|
263
|
+
wordCount: number;
|
|
262
264
|
blockCount?: number | undefined;
|
|
263
265
|
};
|
|
264
|
-
|
|
265
|
-
|
|
266
|
+
toolCalls?: {
|
|
267
|
+
tool: string;
|
|
268
|
+
input?: unknown;
|
|
269
|
+
output?: unknown;
|
|
270
|
+
}[] | undefined;
|
|
266
271
|
blocks?: {
|
|
267
|
-
type: "
|
|
272
|
+
type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
268
273
|
title?: {
|
|
269
274
|
type: "plain_text";
|
|
270
275
|
text: string;
|
|
271
276
|
emoji?: boolean | undefined;
|
|
272
277
|
} | undefined;
|
|
278
|
+
optional?: boolean | undefined;
|
|
273
279
|
text?: {
|
|
274
280
|
type: "plain_text" | "mrkdwn";
|
|
275
281
|
text: string;
|
|
276
282
|
emoji?: boolean | undefined;
|
|
277
283
|
verbatim?: boolean | undefined;
|
|
278
284
|
} | undefined;
|
|
285
|
+
image_url?: string | undefined;
|
|
279
286
|
fields?: {
|
|
280
287
|
type: "plain_text" | "mrkdwn";
|
|
281
288
|
text: string;
|
|
282
289
|
emoji?: boolean | undefined;
|
|
283
290
|
verbatim?: boolean | undefined;
|
|
284
291
|
}[] | undefined;
|
|
285
|
-
image_url?: string | undefined;
|
|
286
292
|
alt_text?: string | undefined;
|
|
287
293
|
elements?: {
|
|
288
294
|
type: "plain_text" | "mrkdwn";
|
|
@@ -290,49 +296,49 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
290
296
|
emoji?: boolean | undefined;
|
|
291
297
|
verbatim?: boolean | undefined;
|
|
292
298
|
}[] | undefined;
|
|
293
|
-
element?: unknown;
|
|
294
|
-
optional?: boolean | undefined;
|
|
295
299
|
block_id?: string | undefined;
|
|
296
300
|
accessory?: unknown;
|
|
301
|
+
element?: unknown;
|
|
297
302
|
label?: unknown;
|
|
298
303
|
hint?: unknown;
|
|
299
304
|
}[] | undefined;
|
|
300
|
-
toolCalls?: {
|
|
301
|
-
tool: string;
|
|
302
|
-
input?: unknown;
|
|
303
|
-
output?: unknown;
|
|
304
|
-
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
|
-
success: boolean;
|
|
307
306
|
error: string;
|
|
307
|
+
success: boolean;
|
|
308
|
+
response: string;
|
|
309
|
+
iterations: number;
|
|
308
310
|
metadata: {
|
|
309
|
-
wordCount: number;
|
|
310
311
|
verbosityLevel: string;
|
|
311
312
|
technicalityLevel: string;
|
|
313
|
+
wordCount: number;
|
|
312
314
|
blockCount?: number | undefined;
|
|
313
315
|
};
|
|
314
|
-
|
|
315
|
-
|
|
316
|
+
toolCalls?: {
|
|
317
|
+
tool: string;
|
|
318
|
+
input?: unknown;
|
|
319
|
+
output?: unknown;
|
|
320
|
+
}[] | undefined;
|
|
316
321
|
blocks?: {
|
|
317
|
-
type: "
|
|
322
|
+
type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
318
323
|
title?: {
|
|
319
324
|
type: "plain_text";
|
|
320
325
|
text: string;
|
|
321
326
|
emoji?: boolean | undefined;
|
|
322
327
|
} | undefined;
|
|
328
|
+
optional?: boolean | undefined;
|
|
323
329
|
text?: {
|
|
324
330
|
type: "plain_text" | "mrkdwn";
|
|
325
331
|
text: string;
|
|
326
332
|
emoji?: boolean | undefined;
|
|
327
333
|
verbatim?: boolean | undefined;
|
|
328
334
|
} | undefined;
|
|
335
|
+
image_url?: string | undefined;
|
|
329
336
|
fields?: {
|
|
330
337
|
type: "plain_text" | "mrkdwn";
|
|
331
338
|
text: string;
|
|
332
339
|
emoji?: boolean | undefined;
|
|
333
340
|
verbatim?: boolean | undefined;
|
|
334
341
|
}[] | undefined;
|
|
335
|
-
image_url?: string | undefined;
|
|
336
342
|
alt_text?: string | undefined;
|
|
337
343
|
elements?: {
|
|
338
344
|
type: "plain_text" | "mrkdwn";
|
|
@@ -340,18 +346,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
340
346
|
emoji?: boolean | undefined;
|
|
341
347
|
verbatim?: boolean | undefined;
|
|
342
348
|
}[] | undefined;
|
|
343
|
-
element?: unknown;
|
|
344
|
-
optional?: boolean | undefined;
|
|
345
349
|
block_id?: string | undefined;
|
|
346
350
|
accessory?: unknown;
|
|
351
|
+
element?: unknown;
|
|
347
352
|
label?: unknown;
|
|
348
353
|
hint?: unknown;
|
|
349
354
|
}[] | 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>;
|
|
@@ -373,12 +373,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
373
373
|
temperature: z.ZodDefault<z.ZodNumber>;
|
|
374
374
|
maxTokens: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
376
|
-
temperature: number;
|
|
377
376
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
377
|
+
temperature: number;
|
|
378
378
|
maxTokens: number;
|
|
379
379
|
}, {
|
|
380
|
-
temperature?: number | undefined;
|
|
381
380
|
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
381
|
+
temperature?: number | undefined;
|
|
382
382
|
maxTokens?: number | undefined;
|
|
383
383
|
}>>;
|
|
384
384
|
tools: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -399,13 +399,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
399
399
|
additionalContext: z.ZodOptional<z.ZodString>;
|
|
400
400
|
}, "strip", z.ZodTypeAny, {
|
|
401
401
|
message: string;
|
|
402
|
-
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
403
|
-
technicality: "1" | "2" | "3" | "4" | "5";
|
|
404
|
-
includeQuery: boolean;
|
|
405
|
-
includeExplanation: boolean;
|
|
406
402
|
model: {
|
|
407
|
-
temperature: number;
|
|
408
403
|
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
404
|
+
temperature: number;
|
|
409
405
|
maxTokens: number;
|
|
410
406
|
};
|
|
411
407
|
tools: {
|
|
@@ -414,29 +410,33 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
414
410
|
config?: Record<string, unknown> | undefined;
|
|
415
411
|
}[];
|
|
416
412
|
maxIterations: number;
|
|
413
|
+
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
414
|
+
technicality: "1" | "2" | "3" | "4" | "5";
|
|
417
415
|
includeBlockKit: boolean;
|
|
416
|
+
includeQuery: boolean;
|
|
417
|
+
includeExplanation: boolean;
|
|
418
418
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
419
419
|
additionalContext?: string | undefined;
|
|
420
420
|
}, {
|
|
421
421
|
message: string;
|
|
422
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
423
|
-
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
424
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
425
|
-
includeQuery?: boolean | undefined;
|
|
426
|
-
includeExplanation?: boolean | undefined;
|
|
427
|
-
additionalContext?: string | undefined;
|
|
428
422
|
model?: {
|
|
429
|
-
temperature?: number | undefined;
|
|
430
423
|
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
424
|
+
temperature?: number | undefined;
|
|
431
425
|
maxTokens?: number | undefined;
|
|
432
426
|
} | undefined;
|
|
427
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
433
428
|
tools?: {
|
|
434
429
|
name: string;
|
|
435
430
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
436
431
|
config?: Record<string, unknown> | undefined;
|
|
437
432
|
}[] | undefined;
|
|
438
433
|
maxIterations?: number | undefined;
|
|
434
|
+
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
435
|
+
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
439
436
|
includeBlockKit?: boolean | undefined;
|
|
437
|
+
includeQuery?: boolean | undefined;
|
|
438
|
+
includeExplanation?: boolean | undefined;
|
|
439
|
+
additionalContext?: string | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
static readonly resultSchema: z.ZodObject<{
|
|
442
442
|
response: z.ZodString;
|
|
@@ -512,25 +512,26 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "input" | "image" | "file" | "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
|
+
optional?: boolean | undefined;
|
|
521
522
|
text?: {
|
|
522
523
|
type: "plain_text" | "mrkdwn";
|
|
523
524
|
text: string;
|
|
524
525
|
emoji?: boolean | undefined;
|
|
525
526
|
verbatim?: boolean | undefined;
|
|
526
527
|
} | undefined;
|
|
528
|
+
image_url?: string | undefined;
|
|
527
529
|
fields?: {
|
|
528
530
|
type: "plain_text" | "mrkdwn";
|
|
529
531
|
text: string;
|
|
530
532
|
emoji?: boolean | undefined;
|
|
531
533
|
verbatim?: boolean | undefined;
|
|
532
534
|
}[] | undefined;
|
|
533
|
-
image_url?: string | undefined;
|
|
534
535
|
alt_text?: string | undefined;
|
|
535
536
|
elements?: {
|
|
536
537
|
type: "plain_text" | "mrkdwn";
|
|
@@ -538,32 +539,32 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
538
539
|
emoji?: boolean | undefined;
|
|
539
540
|
verbatim?: boolean | undefined;
|
|
540
541
|
}[] | undefined;
|
|
541
|
-
element?: unknown;
|
|
542
|
-
optional?: boolean | undefined;
|
|
543
542
|
block_id?: string | undefined;
|
|
544
543
|
accessory?: unknown;
|
|
544
|
+
element?: unknown;
|
|
545
545
|
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "input" | "image" | "file" | "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
|
+
optional?: boolean | undefined;
|
|
554
555
|
text?: {
|
|
555
556
|
type: "plain_text" | "mrkdwn";
|
|
556
557
|
text: string;
|
|
557
558
|
emoji?: boolean | undefined;
|
|
558
559
|
verbatim?: boolean | undefined;
|
|
559
560
|
} | undefined;
|
|
561
|
+
image_url?: string | undefined;
|
|
560
562
|
fields?: {
|
|
561
563
|
type: "plain_text" | "mrkdwn";
|
|
562
564
|
text: string;
|
|
563
565
|
emoji?: boolean | undefined;
|
|
564
566
|
verbatim?: boolean | undefined;
|
|
565
567
|
}[] | undefined;
|
|
566
|
-
image_url?: string | undefined;
|
|
567
568
|
alt_text?: string | undefined;
|
|
568
569
|
elements?: {
|
|
569
570
|
type: "plain_text" | "mrkdwn";
|
|
@@ -571,10 +572,9 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
571
572
|
emoji?: boolean | undefined;
|
|
572
573
|
verbatim?: boolean | undefined;
|
|
573
574
|
}[] | undefined;
|
|
574
|
-
element?: unknown;
|
|
575
|
-
optional?: boolean | undefined;
|
|
576
575
|
block_id?: string | undefined;
|
|
577
576
|
accessory?: unknown;
|
|
577
|
+
element?: unknown;
|
|
578
578
|
label?: unknown;
|
|
579
579
|
hint?: unknown;
|
|
580
580
|
}>, "many">>;
|
|
@@ -584,14 +584,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
584
584
|
wordCount: z.ZodNumber;
|
|
585
585
|
blockCount: z.ZodOptional<z.ZodNumber>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
wordCount: number;
|
|
588
587
|
verbosityLevel: string;
|
|
589
588
|
technicalityLevel: string;
|
|
589
|
+
wordCount: number;
|
|
590
590
|
blockCount?: number | undefined;
|
|
591
591
|
}, {
|
|
592
|
-
wordCount: number;
|
|
593
592
|
verbosityLevel: string;
|
|
594
593
|
technicalityLevel: string;
|
|
594
|
+
wordCount: number;
|
|
595
595
|
blockCount?: number | undefined;
|
|
596
596
|
}>;
|
|
597
597
|
toolCalls: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -611,36 +611,42 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
611
611
|
error: z.ZodString;
|
|
612
612
|
success: z.ZodBoolean;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
success: boolean;
|
|
615
614
|
error: string;
|
|
615
|
+
success: boolean;
|
|
616
|
+
response: string;
|
|
617
|
+
iterations: number;
|
|
616
618
|
metadata: {
|
|
617
|
-
wordCount: number;
|
|
618
619
|
verbosityLevel: string;
|
|
619
620
|
technicalityLevel: string;
|
|
621
|
+
wordCount: number;
|
|
620
622
|
blockCount?: number | undefined;
|
|
621
623
|
};
|
|
622
|
-
|
|
623
|
-
|
|
624
|
+
toolCalls?: {
|
|
625
|
+
tool: string;
|
|
626
|
+
input?: unknown;
|
|
627
|
+
output?: unknown;
|
|
628
|
+
}[] | undefined;
|
|
624
629
|
blocks?: {
|
|
625
|
-
type: "
|
|
630
|
+
type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
626
631
|
title?: {
|
|
627
632
|
type: "plain_text";
|
|
628
633
|
text: string;
|
|
629
634
|
emoji?: boolean | undefined;
|
|
630
635
|
} | undefined;
|
|
636
|
+
optional?: boolean | undefined;
|
|
631
637
|
text?: {
|
|
632
638
|
type: "plain_text" | "mrkdwn";
|
|
633
639
|
text: string;
|
|
634
640
|
emoji?: boolean | undefined;
|
|
635
641
|
verbatim?: boolean | undefined;
|
|
636
642
|
} | undefined;
|
|
643
|
+
image_url?: string | undefined;
|
|
637
644
|
fields?: {
|
|
638
645
|
type: "plain_text" | "mrkdwn";
|
|
639
646
|
text: string;
|
|
640
647
|
emoji?: boolean | undefined;
|
|
641
648
|
verbatim?: boolean | undefined;
|
|
642
649
|
}[] | undefined;
|
|
643
|
-
image_url?: string | undefined;
|
|
644
650
|
alt_text?: string | undefined;
|
|
645
651
|
elements?: {
|
|
646
652
|
type: "plain_text" | "mrkdwn";
|
|
@@ -648,49 +654,49 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
648
654
|
emoji?: boolean | undefined;
|
|
649
655
|
verbatim?: boolean | undefined;
|
|
650
656
|
}[] | undefined;
|
|
651
|
-
element?: unknown;
|
|
652
|
-
optional?: boolean | undefined;
|
|
653
657
|
block_id?: string | undefined;
|
|
654
658
|
accessory?: unknown;
|
|
659
|
+
element?: unknown;
|
|
655
660
|
label?: unknown;
|
|
656
661
|
hint?: unknown;
|
|
657
662
|
}[] | undefined;
|
|
658
|
-
toolCalls?: {
|
|
659
|
-
tool: string;
|
|
660
|
-
input?: unknown;
|
|
661
|
-
output?: unknown;
|
|
662
|
-
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
|
-
success: boolean;
|
|
665
664
|
error: string;
|
|
665
|
+
success: boolean;
|
|
666
|
+
response: string;
|
|
667
|
+
iterations: number;
|
|
666
668
|
metadata: {
|
|
667
|
-
wordCount: number;
|
|
668
669
|
verbosityLevel: string;
|
|
669
670
|
technicalityLevel: string;
|
|
671
|
+
wordCount: number;
|
|
670
672
|
blockCount?: number | undefined;
|
|
671
673
|
};
|
|
672
|
-
|
|
673
|
-
|
|
674
|
+
toolCalls?: {
|
|
675
|
+
tool: string;
|
|
676
|
+
input?: unknown;
|
|
677
|
+
output?: unknown;
|
|
678
|
+
}[] | undefined;
|
|
674
679
|
blocks?: {
|
|
675
|
-
type: "
|
|
680
|
+
type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
|
|
676
681
|
title?: {
|
|
677
682
|
type: "plain_text";
|
|
678
683
|
text: string;
|
|
679
684
|
emoji?: boolean | undefined;
|
|
680
685
|
} | undefined;
|
|
686
|
+
optional?: boolean | undefined;
|
|
681
687
|
text?: {
|
|
682
688
|
type: "plain_text" | "mrkdwn";
|
|
683
689
|
text: string;
|
|
684
690
|
emoji?: boolean | undefined;
|
|
685
691
|
verbatim?: boolean | undefined;
|
|
686
692
|
} | undefined;
|
|
693
|
+
image_url?: string | undefined;
|
|
687
694
|
fields?: {
|
|
688
695
|
type: "plain_text" | "mrkdwn";
|
|
689
696
|
text: string;
|
|
690
697
|
emoji?: boolean | undefined;
|
|
691
698
|
verbatim?: boolean | undefined;
|
|
692
699
|
}[] | undefined;
|
|
693
|
-
image_url?: string | undefined;
|
|
694
700
|
alt_text?: string | undefined;
|
|
695
701
|
elements?: {
|
|
696
702
|
type: "plain_text" | "mrkdwn";
|
|
@@ -698,18 +704,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
698
704
|
emoji?: boolean | undefined;
|
|
699
705
|
verbatim?: boolean | undefined;
|
|
700
706
|
}[] | undefined;
|
|
701
|
-
element?: unknown;
|
|
702
|
-
optional?: boolean | undefined;
|
|
703
707
|
block_id?: string | undefined;
|
|
704
708
|
accessory?: unknown;
|
|
709
|
+
element?: unknown;
|
|
705
710
|
label?: unknown;
|
|
706
711
|
hint?: unknown;
|
|
707
712
|
}[] | 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 ";
|