@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.
Files changed (94) hide show
  1. package/dist/bubble-bundle.d.ts +139 -138
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
  20. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  21. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
  26. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  27. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  30. package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
  31. package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
  32. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  34. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  43. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
  48. package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
  49. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
  50. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
  51. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  52. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  53. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  55. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  66. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
  68. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  72. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  73. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  75. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  76. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
  77. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
  79. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  83. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  85. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  87. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  88. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  89. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
  90. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
  91. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
  92. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
  93. package/dist/bubbles.json +1 -1
  94. package/package.json +2 -2
@@ -110,8 +110,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
110
110
  maxRetries?: number | undefined;
111
111
  }>>>;
112
112
  }, "strip", z.ZodTypeAny, {
113
- temperature: number;
114
113
  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";
114
+ temperature: number;
115
115
  maxTokens: number;
116
116
  maxRetries: number;
117
117
  jsonMode: boolean;
@@ -188,9 +188,20 @@ declare const AIAgentParamsSchema: z.ZodObject<{
188
188
  expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
189
189
  }, "strip", z.ZodTypeAny, {
190
190
  message: string;
191
+ images: ({
192
+ type: "base64";
193
+ data: string;
194
+ mimeType: string;
195
+ description?: string | undefined;
196
+ } | {
197
+ type: "url";
198
+ url: string;
199
+ description?: string | undefined;
200
+ })[];
201
+ systemPrompt: string;
191
202
  model: {
192
- temperature: number;
193
203
  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";
204
+ temperature: number;
194
205
  maxTokens: number;
195
206
  maxRetries: number;
196
207
  jsonMode: boolean;
@@ -204,32 +215,21 @@ declare const AIAgentParamsSchema: z.ZodObject<{
204
215
  maxRetries?: number | undefined;
205
216
  } | undefined;
206
217
  };
207
- streaming: boolean;
208
218
  tools: {
209
219
  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" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
210
220
  credentials?: Partial<Record<CredentialType, string>> | undefined;
211
221
  config?: Record<string, unknown> | undefined;
212
222
  }[];
213
- images: ({
214
- type: "base64";
215
- data: string;
216
- mimeType: string;
217
- description?: string | undefined;
218
- } | {
219
- type: "url";
220
- url: string;
221
- description?: string | undefined;
222
- })[];
223
- systemPrompt: string;
224
223
  maxIterations: number;
224
+ streaming: boolean;
225
225
  name?: string | undefined;
226
- credentials?: Partial<Record<CredentialType, string>> | undefined;
227
226
  conversationHistory?: {
228
227
  role: "user" | "assistant" | "tool";
229
228
  content: string;
230
229
  toolCallId?: string | undefined;
231
230
  name?: string | undefined;
232
231
  }[] | undefined;
232
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
233
233
  customTools?: {
234
234
  description: string;
235
235
  name: string;
@@ -245,7 +245,23 @@ declare const AIAgentParamsSchema: z.ZodObject<{
245
245
  }, {
246
246
  message: string;
247
247
  name?: string | undefined;
248
- credentials?: Partial<Record<CredentialType, string>> | undefined;
248
+ images?: ({
249
+ data: string;
250
+ type?: "base64" | undefined;
251
+ description?: string | undefined;
252
+ mimeType?: string | undefined;
253
+ } | {
254
+ type: "url";
255
+ url: string;
256
+ description?: string | undefined;
257
+ })[] | undefined;
258
+ conversationHistory?: {
259
+ role: "user" | "assistant" | "tool";
260
+ content: string;
261
+ toolCallId?: string | undefined;
262
+ name?: string | undefined;
263
+ }[] | undefined;
264
+ systemPrompt?: string | undefined;
249
265
  model?: {
250
266
  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";
251
267
  temperature?: number | undefined;
@@ -262,29 +278,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
262
278
  maxRetries?: number | undefined;
263
279
  } | undefined;
264
280
  } | undefined;
265
- streaming?: boolean | undefined;
281
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
266
282
  tools?: {
267
283
  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" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
268
284
  credentials?: Partial<Record<CredentialType, string>> | undefined;
269
285
  config?: Record<string, unknown> | undefined;
270
286
  }[] | undefined;
271
- images?: ({
272
- data: string;
273
- type?: "base64" | undefined;
274
- description?: string | undefined;
275
- mimeType?: string | undefined;
276
- } | {
277
- type: "url";
278
- url: string;
279
- description?: string | undefined;
280
- })[] | undefined;
281
- conversationHistory?: {
282
- role: "user" | "assistant" | "tool";
283
- content: string;
284
- toolCallId?: string | undefined;
285
- name?: string | undefined;
286
- }[] | undefined;
287
- systemPrompt?: string | undefined;
288
287
  customTools?: {
289
288
  description: string;
290
289
  name: string;
@@ -292,6 +291,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
292
291
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
293
292
  }[] | undefined;
294
293
  maxIterations?: number | undefined;
294
+ streaming?: boolean | undefined;
295
295
  capabilities?: {
296
296
  id: string;
297
297
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -320,8 +320,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
320
320
  error: z.ZodString;
321
321
  success: z.ZodBoolean;
322
322
  }, "strip", z.ZodTypeAny, {
323
- success: boolean;
324
323
  error: string;
324
+ success: boolean;
325
325
  response: string;
326
326
  toolCalls: {
327
327
  tool: string;
@@ -332,8 +332,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
332
332
  reasoning?: string | null | undefined;
333
333
  totalCost?: number | undefined;
334
334
  }, {
335
- success: boolean;
336
335
  error: string;
336
+ success: boolean;
337
337
  response: string;
338
338
  toolCalls: {
339
339
  tool: string;
@@ -438,8 +438,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
438
438
  maxRetries?: number | undefined;
439
439
  }>>>;
440
440
  }, "strip", z.ZodTypeAny, {
441
- temperature: number;
442
441
  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";
442
+ temperature: number;
443
443
  maxTokens: number;
444
444
  maxRetries: number;
445
445
  jsonMode: boolean;
@@ -516,9 +516,20 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
516
516
  expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
517
517
  }, "strip", z.ZodTypeAny, {
518
518
  message: string;
519
+ images: ({
520
+ type: "base64";
521
+ data: string;
522
+ mimeType: string;
523
+ description?: string | undefined;
524
+ } | {
525
+ type: "url";
526
+ url: string;
527
+ description?: string | undefined;
528
+ })[];
529
+ systemPrompt: string;
519
530
  model: {
520
- temperature: number;
521
531
  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";
532
+ temperature: number;
522
533
  maxTokens: number;
523
534
  maxRetries: number;
524
535
  jsonMode: boolean;
@@ -532,32 +543,21 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
532
543
  maxRetries?: number | undefined;
533
544
  } | undefined;
534
545
  };
535
- streaming: boolean;
536
546
  tools: {
537
547
  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" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
538
548
  credentials?: Partial<Record<CredentialType, string>> | undefined;
539
549
  config?: Record<string, unknown> | undefined;
540
550
  }[];
541
- images: ({
542
- type: "base64";
543
- data: string;
544
- mimeType: string;
545
- description?: string | undefined;
546
- } | {
547
- type: "url";
548
- url: string;
549
- description?: string | undefined;
550
- })[];
551
- systemPrompt: string;
552
551
  maxIterations: number;
552
+ streaming: boolean;
553
553
  name?: string | undefined;
554
- credentials?: Partial<Record<CredentialType, string>> | undefined;
555
554
  conversationHistory?: {
556
555
  role: "user" | "assistant" | "tool";
557
556
  content: string;
558
557
  toolCallId?: string | undefined;
559
558
  name?: string | undefined;
560
559
  }[] | undefined;
560
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
561
561
  customTools?: {
562
562
  description: string;
563
563
  name: string;
@@ -573,7 +573,23 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
573
573
  }, {
574
574
  message: string;
575
575
  name?: string | undefined;
576
- credentials?: Partial<Record<CredentialType, string>> | undefined;
576
+ images?: ({
577
+ data: string;
578
+ type?: "base64" | undefined;
579
+ description?: string | undefined;
580
+ mimeType?: string | undefined;
581
+ } | {
582
+ type: "url";
583
+ url: string;
584
+ description?: string | undefined;
585
+ })[] | undefined;
586
+ conversationHistory?: {
587
+ role: "user" | "assistant" | "tool";
588
+ content: string;
589
+ toolCallId?: string | undefined;
590
+ name?: string | undefined;
591
+ }[] | undefined;
592
+ systemPrompt?: string | undefined;
577
593
  model?: {
578
594
  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";
579
595
  temperature?: number | undefined;
@@ -590,29 +606,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
590
606
  maxRetries?: number | undefined;
591
607
  } | undefined;
592
608
  } | undefined;
593
- streaming?: boolean | undefined;
609
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
594
610
  tools?: {
595
611
  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" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
596
612
  credentials?: Partial<Record<CredentialType, string>> | undefined;
597
613
  config?: Record<string, unknown> | undefined;
598
614
  }[] | undefined;
599
- images?: ({
600
- data: string;
601
- type?: "base64" | undefined;
602
- description?: string | undefined;
603
- mimeType?: string | undefined;
604
- } | {
605
- type: "url";
606
- url: string;
607
- description?: string | undefined;
608
- })[] | undefined;
609
- conversationHistory?: {
610
- role: "user" | "assistant" | "tool";
611
- content: string;
612
- toolCallId?: string | undefined;
613
- name?: string | undefined;
614
- }[] | undefined;
615
- systemPrompt?: string | undefined;
616
615
  customTools?: {
617
616
  description: string;
618
617
  name: string;
@@ -620,6 +619,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
620
619
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
621
620
  }[] | undefined;
622
621
  maxIterations?: number | undefined;
622
+ streaming?: boolean | undefined;
623
623
  capabilities?: {
624
624
  id: string;
625
625
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -648,8 +648,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
648
648
  error: z.ZodString;
649
649
  success: z.ZodBoolean;
650
650
  }, "strip", z.ZodTypeAny, {
651
- success: boolean;
652
651
  error: string;
652
+ success: boolean;
653
653
  response: string;
654
654
  toolCalls: {
655
655
  tool: string;
@@ -660,8 +660,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
660
660
  reasoning?: string | null | undefined;
661
661
  totalCost?: number | undefined;
662
662
  }, {
663
- success: boolean;
664
663
  error: string;
664
+ success: boolean;
665
665
  response: string;
666
666
  toolCalls: {
667
667
  tool: string;