@bubblelab/bubble-core 0.1.238 → 0.1.239
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 +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
- 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/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
- 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/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -52,8 +52,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
52
52
|
}, {
|
|
53
53
|
data: string;
|
|
54
54
|
type?: "base64" | undefined;
|
|
55
|
-
mimeType?: string | undefined;
|
|
56
55
|
description?: string | undefined;
|
|
56
|
+
mimeType?: string | undefined;
|
|
57
57
|
}>, z.ZodObject<{
|
|
58
58
|
type: z.ZodLiteral<"url">;
|
|
59
59
|
url: z.ZodString;
|
|
@@ -164,12 +164,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
165
|
description: string;
|
|
166
166
|
name: string;
|
|
167
|
-
schema:
|
|
167
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
168
168
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
169
169
|
}, {
|
|
170
170
|
description: string;
|
|
171
171
|
name: string;
|
|
172
|
-
schema:
|
|
172
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
173
173
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
174
174
|
}>, "many">>>;
|
|
175
175
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
@@ -209,17 +209,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
209
209
|
enableSlackHistory: z.ZodDefault<z.ZodBoolean>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
message: string;
|
|
212
|
-
images: ({
|
|
213
|
-
type: "base64";
|
|
214
|
-
data: string;
|
|
215
|
-
mimeType: string;
|
|
216
|
-
description?: string | undefined;
|
|
217
|
-
} | {
|
|
218
|
-
type: "url";
|
|
219
|
-
url: string;
|
|
220
|
-
description?: string | undefined;
|
|
221
|
-
})[];
|
|
222
|
-
systemPrompt: string;
|
|
223
212
|
model: {
|
|
224
213
|
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" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "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-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "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";
|
|
225
214
|
temperature: number;
|
|
@@ -236,27 +225,38 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
236
225
|
maxRetries?: number | undefined;
|
|
237
226
|
} | undefined;
|
|
238
227
|
};
|
|
228
|
+
streaming: boolean;
|
|
239
229
|
tools: {
|
|
240
230
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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" | "app-rankings-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
241
231
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
242
232
|
config?: Record<string, unknown> | undefined;
|
|
243
233
|
}[];
|
|
234
|
+
images: ({
|
|
235
|
+
type: "base64";
|
|
236
|
+
data: string;
|
|
237
|
+
mimeType: string;
|
|
238
|
+
description?: string | undefined;
|
|
239
|
+
} | {
|
|
240
|
+
type: "url";
|
|
241
|
+
url: string;
|
|
242
|
+
description?: string | undefined;
|
|
243
|
+
})[];
|
|
244
|
+
systemPrompt: string;
|
|
244
245
|
maxIterations: number;
|
|
245
|
-
streaming: boolean;
|
|
246
246
|
memoryEnabled: boolean;
|
|
247
247
|
enableSlackHistory: boolean;
|
|
248
248
|
name?: string | undefined;
|
|
249
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
250
|
conversationHistory?: {
|
|
250
251
|
role: "user" | "assistant" | "tool";
|
|
251
252
|
content: string;
|
|
252
253
|
toolCallId?: string | undefined;
|
|
253
254
|
name?: string | undefined;
|
|
254
255
|
}[] | undefined;
|
|
255
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
256
256
|
customTools?: {
|
|
257
257
|
description: string;
|
|
258
258
|
name: string;
|
|
259
|
-
schema:
|
|
259
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
260
260
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
261
261
|
}[] | undefined;
|
|
262
262
|
credentialPool?: Partial<Record<CredentialType, {
|
|
@@ -274,23 +274,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
274
274
|
}, {
|
|
275
275
|
message: string;
|
|
276
276
|
name?: string | undefined;
|
|
277
|
-
|
|
278
|
-
data: string;
|
|
279
|
-
type?: "base64" | undefined;
|
|
280
|
-
mimeType?: string | undefined;
|
|
281
|
-
description?: string | undefined;
|
|
282
|
-
} | {
|
|
283
|
-
type: "url";
|
|
284
|
-
url: string;
|
|
285
|
-
description?: string | undefined;
|
|
286
|
-
})[] | undefined;
|
|
287
|
-
conversationHistory?: {
|
|
288
|
-
role: "user" | "assistant" | "tool";
|
|
289
|
-
content: string;
|
|
290
|
-
toolCallId?: string | undefined;
|
|
291
|
-
name?: string | undefined;
|
|
292
|
-
}[] | undefined;
|
|
293
|
-
systemPrompt?: string | undefined;
|
|
277
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
294
278
|
model?: {
|
|
295
279
|
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" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "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-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "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";
|
|
296
280
|
temperature?: number | undefined;
|
|
@@ -307,16 +291,33 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
307
291
|
maxRetries?: number | undefined;
|
|
308
292
|
} | undefined;
|
|
309
293
|
} | undefined;
|
|
310
|
-
|
|
294
|
+
streaming?: boolean | undefined;
|
|
311
295
|
tools?: {
|
|
312
296
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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" | "app-rankings-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
313
297
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
314
298
|
config?: Record<string, unknown> | undefined;
|
|
315
299
|
}[] | undefined;
|
|
300
|
+
images?: ({
|
|
301
|
+
data: string;
|
|
302
|
+
type?: "base64" | undefined;
|
|
303
|
+
description?: string | undefined;
|
|
304
|
+
mimeType?: string | undefined;
|
|
305
|
+
} | {
|
|
306
|
+
type: "url";
|
|
307
|
+
url: string;
|
|
308
|
+
description?: string | undefined;
|
|
309
|
+
})[] | undefined;
|
|
310
|
+
conversationHistory?: {
|
|
311
|
+
role: "user" | "assistant" | "tool";
|
|
312
|
+
content: string;
|
|
313
|
+
toolCallId?: string | undefined;
|
|
314
|
+
name?: string | undefined;
|
|
315
|
+
}[] | undefined;
|
|
316
|
+
systemPrompt?: string | undefined;
|
|
316
317
|
customTools?: {
|
|
317
318
|
description: string;
|
|
318
319
|
name: string;
|
|
319
|
-
schema:
|
|
320
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
320
321
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
321
322
|
}[] | undefined;
|
|
322
323
|
maxIterations?: number | undefined;
|
|
@@ -325,7 +326,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
325
326
|
name: string;
|
|
326
327
|
id: number;
|
|
327
328
|
}[]>> | undefined;
|
|
328
|
-
streaming?: boolean | undefined;
|
|
329
329
|
capabilities?: {
|
|
330
330
|
id: string;
|
|
331
331
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -357,6 +357,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
357
357
|
error: z.ZodString;
|
|
358
358
|
success: z.ZodBoolean;
|
|
359
359
|
}, "strip", z.ZodTypeAny, {
|
|
360
|
+
error: string;
|
|
361
|
+
success: boolean;
|
|
360
362
|
response: string;
|
|
361
363
|
toolCalls: {
|
|
362
364
|
tool: string;
|
|
@@ -364,11 +366,11 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
364
366
|
output?: unknown;
|
|
365
367
|
}[];
|
|
366
368
|
iterations: number;
|
|
367
|
-
error: string;
|
|
368
|
-
success: boolean;
|
|
369
369
|
reasoning?: string | null | undefined;
|
|
370
370
|
totalCost?: number | undefined;
|
|
371
371
|
}, {
|
|
372
|
+
error: string;
|
|
373
|
+
success: boolean;
|
|
372
374
|
response: string;
|
|
373
375
|
toolCalls: {
|
|
374
376
|
tool: string;
|
|
@@ -376,8 +378,6 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
376
378
|
output?: unknown;
|
|
377
379
|
}[];
|
|
378
380
|
iterations: number;
|
|
379
|
-
error: string;
|
|
380
|
-
success: boolean;
|
|
381
381
|
reasoning?: string | null | undefined;
|
|
382
382
|
totalCost?: number | undefined;
|
|
383
383
|
}>;
|
|
@@ -414,8 +414,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
414
414
|
}, {
|
|
415
415
|
data: string;
|
|
416
416
|
type?: "base64" | undefined;
|
|
417
|
-
mimeType?: string | undefined;
|
|
418
417
|
description?: string | undefined;
|
|
418
|
+
mimeType?: string | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
type: z.ZodLiteral<"url">;
|
|
421
421
|
url: z.ZodString;
|
|
@@ -526,12 +526,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
526
526
|
}, "strip", z.ZodTypeAny, {
|
|
527
527
|
description: string;
|
|
528
528
|
name: string;
|
|
529
|
-
schema:
|
|
529
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
530
530
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
531
531
|
}, {
|
|
532
532
|
description: string;
|
|
533
533
|
name: string;
|
|
534
|
-
schema:
|
|
534
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
535
535
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
536
536
|
}>, "many">>>;
|
|
537
537
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
@@ -571,17 +571,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
571
571
|
enableSlackHistory: z.ZodDefault<z.ZodBoolean>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
573
|
message: string;
|
|
574
|
-
images: ({
|
|
575
|
-
type: "base64";
|
|
576
|
-
data: string;
|
|
577
|
-
mimeType: string;
|
|
578
|
-
description?: string | undefined;
|
|
579
|
-
} | {
|
|
580
|
-
type: "url";
|
|
581
|
-
url: string;
|
|
582
|
-
description?: string | undefined;
|
|
583
|
-
})[];
|
|
584
|
-
systemPrompt: string;
|
|
585
574
|
model: {
|
|
586
575
|
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" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "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-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "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";
|
|
587
576
|
temperature: number;
|
|
@@ -598,27 +587,38 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
598
587
|
maxRetries?: number | undefined;
|
|
599
588
|
} | undefined;
|
|
600
589
|
};
|
|
590
|
+
streaming: boolean;
|
|
601
591
|
tools: {
|
|
602
592
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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" | "app-rankings-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
603
593
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
604
594
|
config?: Record<string, unknown> | undefined;
|
|
605
595
|
}[];
|
|
596
|
+
images: ({
|
|
597
|
+
type: "base64";
|
|
598
|
+
data: string;
|
|
599
|
+
mimeType: string;
|
|
600
|
+
description?: string | undefined;
|
|
601
|
+
} | {
|
|
602
|
+
type: "url";
|
|
603
|
+
url: string;
|
|
604
|
+
description?: string | undefined;
|
|
605
|
+
})[];
|
|
606
|
+
systemPrompt: string;
|
|
606
607
|
maxIterations: number;
|
|
607
|
-
streaming: boolean;
|
|
608
608
|
memoryEnabled: boolean;
|
|
609
609
|
enableSlackHistory: boolean;
|
|
610
610
|
name?: string | undefined;
|
|
611
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
611
612
|
conversationHistory?: {
|
|
612
613
|
role: "user" | "assistant" | "tool";
|
|
613
614
|
content: string;
|
|
614
615
|
toolCallId?: string | undefined;
|
|
615
616
|
name?: string | undefined;
|
|
616
617
|
}[] | undefined;
|
|
617
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
618
618
|
customTools?: {
|
|
619
619
|
description: string;
|
|
620
620
|
name: string;
|
|
621
|
-
schema:
|
|
621
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
622
622
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
623
623
|
}[] | undefined;
|
|
624
624
|
credentialPool?: Partial<Record<CredentialType, {
|
|
@@ -636,23 +636,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
636
636
|
}, {
|
|
637
637
|
message: string;
|
|
638
638
|
name?: string | undefined;
|
|
639
|
-
|
|
640
|
-
data: string;
|
|
641
|
-
type?: "base64" | undefined;
|
|
642
|
-
mimeType?: string | undefined;
|
|
643
|
-
description?: string | undefined;
|
|
644
|
-
} | {
|
|
645
|
-
type: "url";
|
|
646
|
-
url: string;
|
|
647
|
-
description?: string | undefined;
|
|
648
|
-
})[] | undefined;
|
|
649
|
-
conversationHistory?: {
|
|
650
|
-
role: "user" | "assistant" | "tool";
|
|
651
|
-
content: string;
|
|
652
|
-
toolCallId?: string | undefined;
|
|
653
|
-
name?: string | undefined;
|
|
654
|
-
}[] | undefined;
|
|
655
|
-
systemPrompt?: string | undefined;
|
|
639
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
656
640
|
model?: {
|
|
657
641
|
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" | "google/gemini-3.1-pro-preview" | "google/gemini-3.1-flash-lite-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "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-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "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";
|
|
658
642
|
temperature?: number | undefined;
|
|
@@ -669,16 +653,33 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
669
653
|
maxRetries?: number | undefined;
|
|
670
654
|
} | undefined;
|
|
671
655
|
} | undefined;
|
|
672
|
-
|
|
656
|
+
streaming?: boolean | undefined;
|
|
673
657
|
tools?: {
|
|
674
658
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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" | "app-rankings-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
675
659
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
676
660
|
config?: Record<string, unknown> | undefined;
|
|
677
661
|
}[] | undefined;
|
|
662
|
+
images?: ({
|
|
663
|
+
data: string;
|
|
664
|
+
type?: "base64" | undefined;
|
|
665
|
+
description?: string | undefined;
|
|
666
|
+
mimeType?: string | undefined;
|
|
667
|
+
} | {
|
|
668
|
+
type: "url";
|
|
669
|
+
url: string;
|
|
670
|
+
description?: string | undefined;
|
|
671
|
+
})[] | undefined;
|
|
672
|
+
conversationHistory?: {
|
|
673
|
+
role: "user" | "assistant" | "tool";
|
|
674
|
+
content: string;
|
|
675
|
+
toolCallId?: string | undefined;
|
|
676
|
+
name?: string | undefined;
|
|
677
|
+
}[] | undefined;
|
|
678
|
+
systemPrompt?: string | undefined;
|
|
678
679
|
customTools?: {
|
|
679
680
|
description: string;
|
|
680
681
|
name: string;
|
|
681
|
-
schema:
|
|
682
|
+
schema: Record<string, unknown> | z.ZodTypeAny;
|
|
682
683
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
683
684
|
}[] | undefined;
|
|
684
685
|
maxIterations?: number | undefined;
|
|
@@ -687,7 +688,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
687
688
|
name: string;
|
|
688
689
|
id: number;
|
|
689
690
|
}[]>> | undefined;
|
|
690
|
-
streaming?: boolean | undefined;
|
|
691
691
|
capabilities?: {
|
|
692
692
|
id: string;
|
|
693
693
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -719,6 +719,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
719
719
|
error: z.ZodString;
|
|
720
720
|
success: z.ZodBoolean;
|
|
721
721
|
}, "strip", z.ZodTypeAny, {
|
|
722
|
+
error: string;
|
|
723
|
+
success: boolean;
|
|
722
724
|
response: string;
|
|
723
725
|
toolCalls: {
|
|
724
726
|
tool: string;
|
|
@@ -726,11 +728,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
726
728
|
output?: unknown;
|
|
727
729
|
}[];
|
|
728
730
|
iterations: number;
|
|
729
|
-
error: string;
|
|
730
|
-
success: boolean;
|
|
731
731
|
reasoning?: string | null | undefined;
|
|
732
732
|
totalCost?: number | undefined;
|
|
733
733
|
}, {
|
|
734
|
+
error: string;
|
|
735
|
+
success: boolean;
|
|
734
736
|
response: string;
|
|
735
737
|
toolCalls: {
|
|
736
738
|
tool: string;
|
|
@@ -738,8 +740,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
738
740
|
output?: unknown;
|
|
739
741
|
}[];
|
|
740
742
|
iterations: number;
|
|
741
|
-
error: string;
|
|
742
|
-
success: boolean;
|
|
743
743
|
reasoning?: string | null | undefined;
|
|
744
744
|
totalCost?: number | undefined;
|
|
745
745
|
}>;
|