@bubblelab/bubble-core 0.1.68 → 0.1.69
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +140 -140
- package/dist/bubbles/service-bubble/ashby/ashby.js +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +32 -32
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +60 -60
- package/dist/bubbles/service-bubble/firecrawl.d.ts +396 -396
- package/dist/bubbles/service-bubble/followupboss.d.ts +492 -492
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +116 -116
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +576 -576
- package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
- package/dist/bubbles/service-bubble/google-drive.d.ts +422 -156
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +282 -30
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +78 -78
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +624 -624
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +304 -304
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/telegram.d.ts +938 -938
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- 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 +24 -24
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +31 -25
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +116 -116
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- 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 +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
- 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 +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +290 -74
- package/package.json +2 -2
|
@@ -43,14 +43,14 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
43
43
|
description: z.ZodOptional<z.ZodString>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
type: "base64";
|
|
46
|
-
data: string;
|
|
47
46
|
mimeType: string;
|
|
47
|
+
data: string;
|
|
48
48
|
description?: string | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
data: string;
|
|
51
51
|
type?: "base64" | undefined;
|
|
52
|
-
mimeType?: string | undefined;
|
|
53
52
|
description?: string | undefined;
|
|
53
|
+
mimeType?: string | undefined;
|
|
54
54
|
}>, z.ZodObject<{
|
|
55
55
|
type: z.ZodLiteral<"url">;
|
|
56
56
|
url: z.ZodString;
|
|
@@ -175,17 +175,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
175
175
|
expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
message: string;
|
|
178
|
-
images: ({
|
|
179
|
-
type: "base64";
|
|
180
|
-
data: string;
|
|
181
|
-
mimeType: string;
|
|
182
|
-
description?: string | undefined;
|
|
183
|
-
} | {
|
|
184
|
-
type: "url";
|
|
185
|
-
url: string;
|
|
186
|
-
description?: string | undefined;
|
|
187
|
-
})[];
|
|
188
|
-
systemPrompt: string;
|
|
189
178
|
model: {
|
|
190
179
|
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";
|
|
191
180
|
temperature: number;
|
|
@@ -202,6 +191,17 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
202
191
|
maxRetries?: number | undefined;
|
|
203
192
|
} | undefined;
|
|
204
193
|
};
|
|
194
|
+
images: ({
|
|
195
|
+
type: "base64";
|
|
196
|
+
mimeType: string;
|
|
197
|
+
data: string;
|
|
198
|
+
description?: string | undefined;
|
|
199
|
+
} | {
|
|
200
|
+
type: "url";
|
|
201
|
+
url: string;
|
|
202
|
+
description?: string | undefined;
|
|
203
|
+
})[];
|
|
204
|
+
systemPrompt: string;
|
|
205
205
|
tools: {
|
|
206
206
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
207
207
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -210,13 +210,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
210
210
|
maxIterations: number;
|
|
211
211
|
streaming: boolean;
|
|
212
212
|
name?: string | undefined;
|
|
213
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
213
214
|
conversationHistory?: {
|
|
214
215
|
role: "user" | "assistant" | "tool";
|
|
215
216
|
content: string;
|
|
216
217
|
toolCallId?: string | undefined;
|
|
217
218
|
name?: string | undefined;
|
|
218
219
|
}[] | undefined;
|
|
219
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
220
220
|
customTools?: {
|
|
221
221
|
description: string;
|
|
222
222
|
name: string;
|
|
@@ -227,23 +227,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
227
227
|
}, {
|
|
228
228
|
message: string;
|
|
229
229
|
name?: string | undefined;
|
|
230
|
-
|
|
231
|
-
data: string;
|
|
232
|
-
type?: "base64" | undefined;
|
|
233
|
-
mimeType?: string | undefined;
|
|
234
|
-
description?: string | undefined;
|
|
235
|
-
} | {
|
|
236
|
-
type: "url";
|
|
237
|
-
url: string;
|
|
238
|
-
description?: string | undefined;
|
|
239
|
-
})[] | undefined;
|
|
240
|
-
conversationHistory?: {
|
|
241
|
-
role: "user" | "assistant" | "tool";
|
|
242
|
-
content: string;
|
|
243
|
-
toolCallId?: string | undefined;
|
|
244
|
-
name?: string | undefined;
|
|
245
|
-
}[] | undefined;
|
|
246
|
-
systemPrompt?: string | undefined;
|
|
230
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
247
231
|
model?: {
|
|
248
232
|
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";
|
|
249
233
|
temperature?: number | undefined;
|
|
@@ -260,7 +244,23 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
260
244
|
maxRetries?: number | undefined;
|
|
261
245
|
} | undefined;
|
|
262
246
|
} | undefined;
|
|
263
|
-
|
|
247
|
+
images?: ({
|
|
248
|
+
data: string;
|
|
249
|
+
type?: "base64" | undefined;
|
|
250
|
+
description?: string | undefined;
|
|
251
|
+
mimeType?: string | undefined;
|
|
252
|
+
} | {
|
|
253
|
+
type: "url";
|
|
254
|
+
url: string;
|
|
255
|
+
description?: string | undefined;
|
|
256
|
+
})[] | undefined;
|
|
257
|
+
conversationHistory?: {
|
|
258
|
+
role: "user" | "assistant" | "tool";
|
|
259
|
+
content: string;
|
|
260
|
+
toolCallId?: string | undefined;
|
|
261
|
+
name?: string | undefined;
|
|
262
|
+
}[] | undefined;
|
|
263
|
+
systemPrompt?: string | undefined;
|
|
264
264
|
tools?: {
|
|
265
265
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
266
266
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -297,6 +297,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
297
297
|
error: z.ZodString;
|
|
298
298
|
success: z.ZodBoolean;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
+
success: boolean;
|
|
301
|
+
error: string;
|
|
300
302
|
response: string;
|
|
301
303
|
toolCalls: {
|
|
302
304
|
tool: string;
|
|
@@ -304,11 +306,11 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
304
306
|
output?: unknown;
|
|
305
307
|
}[];
|
|
306
308
|
iterations: number;
|
|
307
|
-
error: string;
|
|
308
|
-
success: boolean;
|
|
309
309
|
reasoning?: string | undefined;
|
|
310
310
|
totalCost?: number | undefined;
|
|
311
311
|
}, {
|
|
312
|
+
success: boolean;
|
|
313
|
+
error: string;
|
|
312
314
|
response: string;
|
|
313
315
|
toolCalls: {
|
|
314
316
|
tool: string;
|
|
@@ -316,8 +318,6 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
316
318
|
output?: unknown;
|
|
317
319
|
}[];
|
|
318
320
|
iterations: number;
|
|
319
|
-
error: string;
|
|
320
|
-
success: boolean;
|
|
321
321
|
reasoning?: string | undefined;
|
|
322
322
|
totalCost?: number | undefined;
|
|
323
323
|
}>;
|
|
@@ -348,14 +348,14 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
348
348
|
description: z.ZodOptional<z.ZodString>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
350
|
type: "base64";
|
|
351
|
-
data: string;
|
|
352
351
|
mimeType: string;
|
|
352
|
+
data: string;
|
|
353
353
|
description?: string | undefined;
|
|
354
354
|
}, {
|
|
355
355
|
data: string;
|
|
356
356
|
type?: "base64" | undefined;
|
|
357
|
-
mimeType?: string | undefined;
|
|
358
357
|
description?: string | undefined;
|
|
358
|
+
mimeType?: string | undefined;
|
|
359
359
|
}>, z.ZodObject<{
|
|
360
360
|
type: z.ZodLiteral<"url">;
|
|
361
361
|
url: z.ZodString;
|
|
@@ -480,17 +480,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
480
480
|
expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
|
|
481
481
|
}, "strip", z.ZodTypeAny, {
|
|
482
482
|
message: string;
|
|
483
|
-
images: ({
|
|
484
|
-
type: "base64";
|
|
485
|
-
data: string;
|
|
486
|
-
mimeType: string;
|
|
487
|
-
description?: string | undefined;
|
|
488
|
-
} | {
|
|
489
|
-
type: "url";
|
|
490
|
-
url: string;
|
|
491
|
-
description?: string | undefined;
|
|
492
|
-
})[];
|
|
493
|
-
systemPrompt: string;
|
|
494
483
|
model: {
|
|
495
484
|
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";
|
|
496
485
|
temperature: number;
|
|
@@ -507,6 +496,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
507
496
|
maxRetries?: number | undefined;
|
|
508
497
|
} | undefined;
|
|
509
498
|
};
|
|
499
|
+
images: ({
|
|
500
|
+
type: "base64";
|
|
501
|
+
mimeType: string;
|
|
502
|
+
data: string;
|
|
503
|
+
description?: string | undefined;
|
|
504
|
+
} | {
|
|
505
|
+
type: "url";
|
|
506
|
+
url: string;
|
|
507
|
+
description?: string | undefined;
|
|
508
|
+
})[];
|
|
509
|
+
systemPrompt: string;
|
|
510
510
|
tools: {
|
|
511
511
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
512
512
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -515,13 +515,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
515
515
|
maxIterations: number;
|
|
516
516
|
streaming: boolean;
|
|
517
517
|
name?: string | undefined;
|
|
518
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
518
519
|
conversationHistory?: {
|
|
519
520
|
role: "user" | "assistant" | "tool";
|
|
520
521
|
content: string;
|
|
521
522
|
toolCallId?: string | undefined;
|
|
522
523
|
name?: string | undefined;
|
|
523
524
|
}[] | undefined;
|
|
524
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
525
525
|
customTools?: {
|
|
526
526
|
description: string;
|
|
527
527
|
name: string;
|
|
@@ -532,23 +532,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
532
532
|
}, {
|
|
533
533
|
message: string;
|
|
534
534
|
name?: string | undefined;
|
|
535
|
-
|
|
536
|
-
data: string;
|
|
537
|
-
type?: "base64" | undefined;
|
|
538
|
-
mimeType?: string | undefined;
|
|
539
|
-
description?: string | undefined;
|
|
540
|
-
} | {
|
|
541
|
-
type: "url";
|
|
542
|
-
url: string;
|
|
543
|
-
description?: string | undefined;
|
|
544
|
-
})[] | undefined;
|
|
545
|
-
conversationHistory?: {
|
|
546
|
-
role: "user" | "assistant" | "tool";
|
|
547
|
-
content: string;
|
|
548
|
-
toolCallId?: string | undefined;
|
|
549
|
-
name?: string | undefined;
|
|
550
|
-
}[] | undefined;
|
|
551
|
-
systemPrompt?: string | undefined;
|
|
535
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
552
536
|
model?: {
|
|
553
537
|
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";
|
|
554
538
|
temperature?: number | undefined;
|
|
@@ -565,7 +549,23 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
565
549
|
maxRetries?: number | undefined;
|
|
566
550
|
} | undefined;
|
|
567
551
|
} | undefined;
|
|
568
|
-
|
|
552
|
+
images?: ({
|
|
553
|
+
data: string;
|
|
554
|
+
type?: "base64" | undefined;
|
|
555
|
+
description?: string | undefined;
|
|
556
|
+
mimeType?: string | undefined;
|
|
557
|
+
} | {
|
|
558
|
+
type: "url";
|
|
559
|
+
url: string;
|
|
560
|
+
description?: string | undefined;
|
|
561
|
+
})[] | undefined;
|
|
562
|
+
conversationHistory?: {
|
|
563
|
+
role: "user" | "assistant" | "tool";
|
|
564
|
+
content: string;
|
|
565
|
+
toolCallId?: string | undefined;
|
|
566
|
+
name?: string | undefined;
|
|
567
|
+
}[] | undefined;
|
|
568
|
+
systemPrompt?: string | undefined;
|
|
569
569
|
tools?: {
|
|
570
570
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
571
571
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -602,6 +602,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
602
602
|
error: z.ZodString;
|
|
603
603
|
success: z.ZodBoolean;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
+
success: boolean;
|
|
606
|
+
error: string;
|
|
605
607
|
response: string;
|
|
606
608
|
toolCalls: {
|
|
607
609
|
tool: string;
|
|
@@ -609,11 +611,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
609
611
|
output?: unknown;
|
|
610
612
|
}[];
|
|
611
613
|
iterations: number;
|
|
612
|
-
error: string;
|
|
613
|
-
success: boolean;
|
|
614
614
|
reasoning?: string | undefined;
|
|
615
615
|
totalCost?: number | undefined;
|
|
616
616
|
}, {
|
|
617
|
+
success: boolean;
|
|
618
|
+
error: string;
|
|
617
619
|
response: string;
|
|
618
620
|
toolCalls: {
|
|
619
621
|
tool: string;
|
|
@@ -621,8 +623,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
621
623
|
output?: unknown;
|
|
622
624
|
}[];
|
|
623
625
|
iterations: number;
|
|
624
|
-
error: string;
|
|
625
|
-
success: boolean;
|
|
626
626
|
reasoning?: string | undefined;
|
|
627
627
|
totalCost?: number | undefined;
|
|
628
628
|
}>;
|