@bubblelab/bubble-core 0.1.78 → 0.1.79
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 +74 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts +56 -56
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +242 -242
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +40 -40
- package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +286 -286
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
- 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/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +128 -128
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +29 -9
- package/package.json +2 -2
|
@@ -11,15 +11,15 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
11
11
|
includeQuery: z.ZodDefault<z.ZodBoolean>;
|
|
12
12
|
includeExplanation: z.ZodDefault<z.ZodBoolean>;
|
|
13
13
|
model: z.ZodDefault<z.ZodObject<{
|
|
14
|
-
model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-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"]>>;
|
|
14
|
+
model: z.ZodDefault<z.ZodEnum<["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"]>>;
|
|
15
15
|
temperature: z.ZodDefault<z.ZodNumber>;
|
|
16
16
|
maxTokens: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
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/anthropic/claude-sonnet-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";
|
|
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
19
|
temperature: number;
|
|
20
20
|
maxTokens: number;
|
|
21
21
|
}, {
|
|
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/anthropic/claude-sonnet-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;
|
|
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
23
|
temperature?: number | undefined;
|
|
24
24
|
maxTokens?: number | undefined;
|
|
25
25
|
}>>;
|
|
@@ -41,13 +41,8 @@ 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
|
-
includeBlockKit: boolean;
|
|
47
|
-
includeQuery: boolean;
|
|
48
|
-
includeExplanation: boolean;
|
|
49
44
|
model: {
|
|
50
|
-
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/anthropic/claude-sonnet-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";
|
|
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";
|
|
51
46
|
temperature: number;
|
|
52
47
|
maxTokens: number;
|
|
53
48
|
};
|
|
@@ -57,27 +52,32 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
|
|
|
57
52
|
config?: Record<string, unknown> | undefined;
|
|
58
53
|
}[];
|
|
59
54
|
maxIterations: number;
|
|
55
|
+
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
56
|
+
technicality: "1" | "2" | "3" | "4" | "5";
|
|
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
|
-
|
|
65
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
66
|
-
includeBlockKit?: boolean | undefined;
|
|
67
|
-
includeQuery?: boolean | undefined;
|
|
68
|
-
includeExplanation?: boolean | undefined;
|
|
64
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
69
65
|
model?: {
|
|
70
|
-
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/anthropic/claude-sonnet-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
|
+
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;
|
|
71
67
|
temperature?: number | undefined;
|
|
72
68
|
maxTokens?: number | undefined;
|
|
73
69
|
} | undefined;
|
|
74
|
-
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;
|
|
78
|
+
includeBlockKit?: boolean | undefined;
|
|
79
|
+
includeQuery?: boolean | undefined;
|
|
80
|
+
includeExplanation?: boolean | undefined;
|
|
81
81
|
additionalContext?: string | undefined;
|
|
82
82
|
}>;
|
|
83
83
|
declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
@@ -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: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
@@ -166,28 +166,28 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
166
166
|
emoji?: boolean | undefined;
|
|
167
167
|
verbatim?: boolean | undefined;
|
|
168
168
|
} | undefined;
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
image_url?: string | undefined;
|
|
170
|
+
optional?: boolean | undefined;
|
|
171
171
|
fields?: {
|
|
172
172
|
type: "plain_text" | "mrkdwn";
|
|
173
173
|
text: string;
|
|
174
174
|
emoji?: boolean | undefined;
|
|
175
175
|
verbatim?: boolean | undefined;
|
|
176
176
|
}[] | undefined;
|
|
177
|
-
element?: unknown;
|
|
178
|
-
label?: unknown;
|
|
179
|
-
hint?: unknown;
|
|
180
|
-
optional?: boolean | undefined;
|
|
181
177
|
alt_text?: string | undefined;
|
|
182
|
-
image_url?: string | undefined;
|
|
183
178
|
elements?: {
|
|
184
179
|
type: "plain_text" | "mrkdwn";
|
|
185
180
|
text: string;
|
|
186
181
|
emoji?: boolean | undefined;
|
|
187
182
|
verbatim?: boolean | undefined;
|
|
188
183
|
}[] | undefined;
|
|
184
|
+
block_id?: string | undefined;
|
|
185
|
+
accessory?: unknown;
|
|
186
|
+
element?: unknown;
|
|
187
|
+
label?: unknown;
|
|
188
|
+
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
@@ -199,26 +199,26 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
199
199
|
emoji?: boolean | undefined;
|
|
200
200
|
verbatim?: boolean | undefined;
|
|
201
201
|
} | undefined;
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
image_url?: string | undefined;
|
|
203
|
+
optional?: boolean | undefined;
|
|
204
204
|
fields?: {
|
|
205
205
|
type: "plain_text" | "mrkdwn";
|
|
206
206
|
text: string;
|
|
207
207
|
emoji?: boolean | undefined;
|
|
208
208
|
verbatim?: boolean | undefined;
|
|
209
209
|
}[] | undefined;
|
|
210
|
-
element?: unknown;
|
|
211
|
-
label?: unknown;
|
|
212
|
-
hint?: unknown;
|
|
213
|
-
optional?: boolean | undefined;
|
|
214
210
|
alt_text?: string | undefined;
|
|
215
|
-
image_url?: string | undefined;
|
|
216
211
|
elements?: {
|
|
217
212
|
type: "plain_text" | "mrkdwn";
|
|
218
213
|
text: string;
|
|
219
214
|
emoji?: boolean | undefined;
|
|
220
215
|
verbatim?: boolean | undefined;
|
|
221
216
|
}[] | undefined;
|
|
217
|
+
block_id?: string | undefined;
|
|
218
|
+
accessory?: unknown;
|
|
219
|
+
element?: unknown;
|
|
220
|
+
label?: unknown;
|
|
221
|
+
hint?: unknown;
|
|
222
222
|
}>, "many">>;
|
|
223
223
|
metadata: z.ZodObject<{
|
|
224
224
|
verbosityLevel: z.ZodString;
|
|
@@ -253,18 +253,23 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
253
253
|
error: z.ZodString;
|
|
254
254
|
success: z.ZodBoolean;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
-
|
|
256
|
+
error: string;
|
|
257
|
+
success: boolean;
|
|
257
258
|
metadata: {
|
|
258
259
|
verbosityLevel: string;
|
|
259
260
|
technicalityLevel: string;
|
|
260
261
|
wordCount: number;
|
|
261
262
|
blockCount?: number | undefined;
|
|
262
263
|
};
|
|
264
|
+
response: string;
|
|
263
265
|
iterations: number;
|
|
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" | "section" | "header" | "divider" | "context" | "actions";
|
|
268
273
|
title?: {
|
|
269
274
|
type: "plain_text";
|
|
270
275
|
text: string;
|
|
@@ -276,45 +281,45 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
276
281
|
emoji?: boolean | undefined;
|
|
277
282
|
verbatim?: boolean | undefined;
|
|
278
283
|
} | undefined;
|
|
279
|
-
|
|
280
|
-
|
|
284
|
+
image_url?: string | undefined;
|
|
285
|
+
optional?: boolean | undefined;
|
|
281
286
|
fields?: {
|
|
282
287
|
type: "plain_text" | "mrkdwn";
|
|
283
288
|
text: string;
|
|
284
289
|
emoji?: boolean | undefined;
|
|
285
290
|
verbatim?: boolean | undefined;
|
|
286
291
|
}[] | undefined;
|
|
287
|
-
element?: unknown;
|
|
288
|
-
label?: unknown;
|
|
289
|
-
hint?: unknown;
|
|
290
|
-
optional?: boolean | undefined;
|
|
291
292
|
alt_text?: string | undefined;
|
|
292
|
-
image_url?: string | undefined;
|
|
293
293
|
elements?: {
|
|
294
294
|
type: "plain_text" | "mrkdwn";
|
|
295
295
|
text: string;
|
|
296
296
|
emoji?: boolean | undefined;
|
|
297
297
|
verbatim?: boolean | undefined;
|
|
298
298
|
}[] | undefined;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
299
|
+
block_id?: string | undefined;
|
|
300
|
+
accessory?: unknown;
|
|
301
|
+
element?: unknown;
|
|
302
|
+
label?: unknown;
|
|
303
|
+
hint?: unknown;
|
|
304
304
|
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
|
-
|
|
306
|
+
error: string;
|
|
307
|
+
success: boolean;
|
|
307
308
|
metadata: {
|
|
308
309
|
verbosityLevel: string;
|
|
309
310
|
technicalityLevel: string;
|
|
310
311
|
wordCount: number;
|
|
311
312
|
blockCount?: number | undefined;
|
|
312
313
|
};
|
|
314
|
+
response: string;
|
|
313
315
|
iterations: number;
|
|
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" | "section" | "header" | "divider" | "context" | "actions";
|
|
318
323
|
title?: {
|
|
319
324
|
type: "plain_text";
|
|
320
325
|
text: string;
|
|
@@ -326,31 +331,26 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
326
331
|
emoji?: boolean | undefined;
|
|
327
332
|
verbatim?: boolean | undefined;
|
|
328
333
|
} | undefined;
|
|
329
|
-
|
|
330
|
-
|
|
334
|
+
image_url?: string | undefined;
|
|
335
|
+
optional?: boolean | undefined;
|
|
331
336
|
fields?: {
|
|
332
337
|
type: "plain_text" | "mrkdwn";
|
|
333
338
|
text: string;
|
|
334
339
|
emoji?: boolean | undefined;
|
|
335
340
|
verbatim?: boolean | undefined;
|
|
336
341
|
}[] | undefined;
|
|
337
|
-
element?: unknown;
|
|
338
|
-
label?: unknown;
|
|
339
|
-
hint?: unknown;
|
|
340
|
-
optional?: boolean | undefined;
|
|
341
342
|
alt_text?: string | undefined;
|
|
342
|
-
image_url?: string | undefined;
|
|
343
343
|
elements?: {
|
|
344
344
|
type: "plain_text" | "mrkdwn";
|
|
345
345
|
text: string;
|
|
346
346
|
emoji?: boolean | undefined;
|
|
347
347
|
verbatim?: boolean | undefined;
|
|
348
348
|
}[] | undefined;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
349
|
+
block_id?: string | undefined;
|
|
350
|
+
accessory?: unknown;
|
|
351
|
+
element?: unknown;
|
|
352
|
+
label?: unknown;
|
|
353
|
+
hint?: unknown;
|
|
354
354
|
}[] | undefined;
|
|
355
355
|
}>;
|
|
356
356
|
type SlackFormatterAgentParams = z.input<typeof SlackFormatterAgentParamsSchema>;
|
|
@@ -369,15 +369,15 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
369
369
|
includeQuery: z.ZodDefault<z.ZodBoolean>;
|
|
370
370
|
includeExplanation: z.ZodDefault<z.ZodBoolean>;
|
|
371
371
|
model: z.ZodDefault<z.ZodObject<{
|
|
372
|
-
model: z.ZodDefault<z.ZodEnum<["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/anthropic/claude-sonnet-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"]>>;
|
|
372
|
+
model: z.ZodDefault<z.ZodEnum<["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"]>>;
|
|
373
373
|
temperature: z.ZodDefault<z.ZodNumber>;
|
|
374
374
|
maxTokens: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
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/anthropic/claude-sonnet-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";
|
|
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
377
|
temperature: number;
|
|
378
378
|
maxTokens: number;
|
|
379
379
|
}, {
|
|
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/anthropic/claude-sonnet-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;
|
|
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
381
|
temperature?: number | undefined;
|
|
382
382
|
maxTokens?: number | undefined;
|
|
383
383
|
}>>;
|
|
@@ -399,13 +399,8 @@ 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
|
-
includeBlockKit: boolean;
|
|
405
|
-
includeQuery: boolean;
|
|
406
|
-
includeExplanation: boolean;
|
|
407
402
|
model: {
|
|
408
|
-
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/anthropic/claude-sonnet-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";
|
|
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";
|
|
409
404
|
temperature: number;
|
|
410
405
|
maxTokens: number;
|
|
411
406
|
};
|
|
@@ -415,27 +410,32 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
415
410
|
config?: Record<string, unknown> | undefined;
|
|
416
411
|
}[];
|
|
417
412
|
maxIterations: number;
|
|
413
|
+
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
414
|
+
technicality: "1" | "2" | "3" | "4" | "5";
|
|
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
|
-
|
|
423
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
424
|
-
includeBlockKit?: boolean | undefined;
|
|
425
|
-
includeQuery?: boolean | undefined;
|
|
426
|
-
includeExplanation?: boolean | undefined;
|
|
422
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
427
423
|
model?: {
|
|
428
|
-
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/anthropic/claude-sonnet-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
|
+
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;
|
|
429
425
|
temperature?: number | undefined;
|
|
430
426
|
maxTokens?: number | undefined;
|
|
431
427
|
} | undefined;
|
|
432
|
-
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;
|
|
436
|
+
includeBlockKit?: boolean | undefined;
|
|
437
|
+
includeQuery?: boolean | undefined;
|
|
438
|
+
includeExplanation?: boolean | undefined;
|
|
439
439
|
additionalContext?: string | undefined;
|
|
440
440
|
}>;
|
|
441
441
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -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: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
@@ -524,28 +524,28 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
524
524
|
emoji?: boolean | undefined;
|
|
525
525
|
verbatim?: boolean | undefined;
|
|
526
526
|
} | undefined;
|
|
527
|
-
|
|
528
|
-
|
|
527
|
+
image_url?: string | undefined;
|
|
528
|
+
optional?: boolean | undefined;
|
|
529
529
|
fields?: {
|
|
530
530
|
type: "plain_text" | "mrkdwn";
|
|
531
531
|
text: string;
|
|
532
532
|
emoji?: boolean | undefined;
|
|
533
533
|
verbatim?: boolean | undefined;
|
|
534
534
|
}[] | undefined;
|
|
535
|
-
element?: unknown;
|
|
536
|
-
label?: unknown;
|
|
537
|
-
hint?: unknown;
|
|
538
|
-
optional?: boolean | undefined;
|
|
539
535
|
alt_text?: string | undefined;
|
|
540
|
-
image_url?: string | undefined;
|
|
541
536
|
elements?: {
|
|
542
537
|
type: "plain_text" | "mrkdwn";
|
|
543
538
|
text: string;
|
|
544
539
|
emoji?: boolean | undefined;
|
|
545
540
|
verbatim?: boolean | undefined;
|
|
546
541
|
}[] | undefined;
|
|
542
|
+
block_id?: string | undefined;
|
|
543
|
+
accessory?: unknown;
|
|
544
|
+
element?: unknown;
|
|
545
|
+
label?: unknown;
|
|
546
|
+
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
@@ -557,26 +557,26 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
557
557
|
emoji?: boolean | undefined;
|
|
558
558
|
verbatim?: boolean | undefined;
|
|
559
559
|
} | undefined;
|
|
560
|
-
|
|
561
|
-
|
|
560
|
+
image_url?: string | undefined;
|
|
561
|
+
optional?: boolean | undefined;
|
|
562
562
|
fields?: {
|
|
563
563
|
type: "plain_text" | "mrkdwn";
|
|
564
564
|
text: string;
|
|
565
565
|
emoji?: boolean | undefined;
|
|
566
566
|
verbatim?: boolean | undefined;
|
|
567
567
|
}[] | undefined;
|
|
568
|
-
element?: unknown;
|
|
569
|
-
label?: unknown;
|
|
570
|
-
hint?: unknown;
|
|
571
|
-
optional?: boolean | undefined;
|
|
572
568
|
alt_text?: string | undefined;
|
|
573
|
-
image_url?: string | undefined;
|
|
574
569
|
elements?: {
|
|
575
570
|
type: "plain_text" | "mrkdwn";
|
|
576
571
|
text: string;
|
|
577
572
|
emoji?: boolean | undefined;
|
|
578
573
|
verbatim?: boolean | undefined;
|
|
579
574
|
}[] | undefined;
|
|
575
|
+
block_id?: string | undefined;
|
|
576
|
+
accessory?: unknown;
|
|
577
|
+
element?: unknown;
|
|
578
|
+
label?: unknown;
|
|
579
|
+
hint?: unknown;
|
|
580
580
|
}>, "many">>;
|
|
581
581
|
metadata: z.ZodObject<{
|
|
582
582
|
verbosityLevel: z.ZodString;
|
|
@@ -611,18 +611,23 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
611
611
|
error: z.ZodString;
|
|
612
612
|
success: z.ZodBoolean;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
|
|
614
|
+
error: string;
|
|
615
|
+
success: boolean;
|
|
615
616
|
metadata: {
|
|
616
617
|
verbosityLevel: string;
|
|
617
618
|
technicalityLevel: string;
|
|
618
619
|
wordCount: number;
|
|
619
620
|
blockCount?: number | undefined;
|
|
620
621
|
};
|
|
622
|
+
response: string;
|
|
621
623
|
iterations: number;
|
|
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" | "section" | "header" | "divider" | "context" | "actions";
|
|
626
631
|
title?: {
|
|
627
632
|
type: "plain_text";
|
|
628
633
|
text: string;
|
|
@@ -634,45 +639,45 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
634
639
|
emoji?: boolean | undefined;
|
|
635
640
|
verbatim?: boolean | undefined;
|
|
636
641
|
} | undefined;
|
|
637
|
-
|
|
638
|
-
|
|
642
|
+
image_url?: string | undefined;
|
|
643
|
+
optional?: boolean | undefined;
|
|
639
644
|
fields?: {
|
|
640
645
|
type: "plain_text" | "mrkdwn";
|
|
641
646
|
text: string;
|
|
642
647
|
emoji?: boolean | undefined;
|
|
643
648
|
verbatim?: boolean | undefined;
|
|
644
649
|
}[] | undefined;
|
|
645
|
-
element?: unknown;
|
|
646
|
-
label?: unknown;
|
|
647
|
-
hint?: unknown;
|
|
648
|
-
optional?: boolean | undefined;
|
|
649
650
|
alt_text?: string | undefined;
|
|
650
|
-
image_url?: string | undefined;
|
|
651
651
|
elements?: {
|
|
652
652
|
type: "plain_text" | "mrkdwn";
|
|
653
653
|
text: string;
|
|
654
654
|
emoji?: boolean | undefined;
|
|
655
655
|
verbatim?: boolean | undefined;
|
|
656
656
|
}[] | undefined;
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
657
|
+
block_id?: string | undefined;
|
|
658
|
+
accessory?: unknown;
|
|
659
|
+
element?: unknown;
|
|
660
|
+
label?: unknown;
|
|
661
|
+
hint?: unknown;
|
|
662
662
|
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
|
-
|
|
664
|
+
error: string;
|
|
665
|
+
success: boolean;
|
|
665
666
|
metadata: {
|
|
666
667
|
verbosityLevel: string;
|
|
667
668
|
technicalityLevel: string;
|
|
668
669
|
wordCount: number;
|
|
669
670
|
blockCount?: number | undefined;
|
|
670
671
|
};
|
|
672
|
+
response: string;
|
|
671
673
|
iterations: number;
|
|
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" | "section" | "header" | "divider" | "context" | "actions";
|
|
676
681
|
title?: {
|
|
677
682
|
type: "plain_text";
|
|
678
683
|
text: string;
|
|
@@ -684,31 +689,26 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
684
689
|
emoji?: boolean | undefined;
|
|
685
690
|
verbatim?: boolean | undefined;
|
|
686
691
|
} | undefined;
|
|
687
|
-
|
|
688
|
-
|
|
692
|
+
image_url?: string | undefined;
|
|
693
|
+
optional?: boolean | undefined;
|
|
689
694
|
fields?: {
|
|
690
695
|
type: "plain_text" | "mrkdwn";
|
|
691
696
|
text: string;
|
|
692
697
|
emoji?: boolean | undefined;
|
|
693
698
|
verbatim?: boolean | undefined;
|
|
694
699
|
}[] | undefined;
|
|
695
|
-
element?: unknown;
|
|
696
|
-
label?: unknown;
|
|
697
|
-
hint?: unknown;
|
|
698
|
-
optional?: boolean | undefined;
|
|
699
700
|
alt_text?: string | undefined;
|
|
700
|
-
image_url?: string | undefined;
|
|
701
701
|
elements?: {
|
|
702
702
|
type: "plain_text" | "mrkdwn";
|
|
703
703
|
text: string;
|
|
704
704
|
emoji?: boolean | undefined;
|
|
705
705
|
verbatim?: boolean | undefined;
|
|
706
706
|
}[] | undefined;
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
707
|
+
block_id?: string | undefined;
|
|
708
|
+
accessory?: unknown;
|
|
709
|
+
element?: unknown;
|
|
710
|
+
label?: unknown;
|
|
711
|
+
hint?: unknown;
|
|
712
712
|
}[] | undefined;
|
|
713
713
|
}>;
|
|
714
714
|
static readonly shortDescription = "AI agent for creating well-formatted Slack messages with adjustable verbosity and technicality";
|