@bubblelab/bubble-core 0.1.53 → 0.1.54

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 (71) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  45. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  49. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  52. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  55. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  57. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  58. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  59. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  62. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  64. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  65. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  66. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  67. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  69. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  70. package/dist/bubbles.json +1 -1
  71. package/package.json +2 -2
@@ -159,13 +159,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
159
159
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
160
160
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- name: string;
163
162
  description: string;
163
+ name: string;
164
164
  schema: z.ZodTypeAny | Record<string, unknown>;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
- name: string;
168
167
  description: string;
168
+ name: string;
169
169
  schema: z.ZodTypeAny | Record<string, unknown>;
170
170
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
171
171
  }>, "many">>>;
@@ -175,6 +175,17 @@ 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;
178
189
  model: {
179
190
  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";
180
191
  temperature: number;
@@ -191,17 +202,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
191
202
  maxRetries?: number | undefined;
192
203
  } | undefined;
193
204
  };
194
- images: ({
195
- type: "base64";
196
- data: string;
197
- mimeType: 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;
@@ -218,8 +218,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
218
218
  name?: string | undefined;
219
219
  }[] | undefined;
220
220
  customTools?: {
221
- name: string;
222
221
  description: string;
222
+ name: string;
223
223
  schema: z.ZodTypeAny | Record<string, unknown>;
224
224
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
225
225
  }[] | undefined;
@@ -228,22 +228,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
228
228
  message: string;
229
229
  name?: string | undefined;
230
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
231
- model?: {
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";
233
- temperature?: number | undefined;
234
- maxTokens?: number | undefined;
235
- reasoningEffort?: "low" | "medium" | "high" | undefined;
236
- maxRetries?: number | undefined;
237
- provider?: string[] | undefined;
238
- jsonMode?: boolean | undefined;
239
- backupModel?: {
240
- 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";
241
- temperature?: number | undefined;
242
- maxTokens?: number | undefined;
243
- reasoningEffort?: "low" | "medium" | "high" | undefined;
244
- maxRetries?: number | undefined;
245
- } | undefined;
246
- } | undefined;
247
231
  images?: ({
248
232
  data: string;
249
233
  type?: "base64" | undefined;
@@ -261,14 +245,30 @@ declare const AIAgentParamsSchema: z.ZodObject<{
261
245
  name?: string | undefined;
262
246
  }[] | undefined;
263
247
  systemPrompt?: string | undefined;
248
+ model?: {
249
+ 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";
250
+ temperature?: number | undefined;
251
+ maxTokens?: number | undefined;
252
+ reasoningEffort?: "low" | "medium" | "high" | undefined;
253
+ maxRetries?: number | undefined;
254
+ provider?: string[] | undefined;
255
+ jsonMode?: boolean | undefined;
256
+ backupModel?: {
257
+ 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";
258
+ temperature?: number | undefined;
259
+ maxTokens?: number | undefined;
260
+ reasoningEffort?: "low" | "medium" | "high" | undefined;
261
+ maxRetries?: number | undefined;
262
+ } | undefined;
263
+ } | 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;
267
267
  config?: Record<string, unknown> | undefined;
268
268
  }[] | undefined;
269
269
  customTools?: {
270
- name: string;
271
270
  description: string;
271
+ name: string;
272
272
  schema: z.ZodTypeAny | Record<string, unknown>;
273
273
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
274
274
  }[] | undefined;
@@ -295,8 +295,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
295
295
  error: z.ZodString;
296
296
  success: z.ZodBoolean;
297
297
  }, "strip", z.ZodTypeAny, {
298
- success: boolean;
299
298
  error: string;
299
+ success: boolean;
300
300
  response: string;
301
301
  toolCalls: {
302
302
  tool: string;
@@ -305,8 +305,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
305
305
  }[];
306
306
  iterations: number;
307
307
  }, {
308
- success: boolean;
309
308
  error: string;
309
+ success: boolean;
310
310
  response: string;
311
311
  toolCalls: {
312
312
  tool: string;
@@ -458,13 +458,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
458
458
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
459
459
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
460
460
  }, "strip", z.ZodTypeAny, {
461
- name: string;
462
461
  description: string;
462
+ name: string;
463
463
  schema: z.ZodTypeAny | Record<string, unknown>;
464
464
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
465
465
  }, {
466
- name: string;
467
466
  description: string;
467
+ name: string;
468
468
  schema: z.ZodTypeAny | Record<string, unknown>;
469
469
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
470
470
  }>, "many">>>;
@@ -474,6 +474,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
474
474
  expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
475
475
  }, "strip", z.ZodTypeAny, {
476
476
  message: string;
477
+ images: ({
478
+ type: "base64";
479
+ data: string;
480
+ mimeType: string;
481
+ description?: string | undefined;
482
+ } | {
483
+ type: "url";
484
+ url: string;
485
+ description?: string | undefined;
486
+ })[];
487
+ systemPrompt: string;
477
488
  model: {
478
489
  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";
479
490
  temperature: number;
@@ -490,17 +501,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
490
501
  maxRetries?: number | undefined;
491
502
  } | undefined;
492
503
  };
493
- images: ({
494
- type: "base64";
495
- data: string;
496
- mimeType: string;
497
- description?: string | undefined;
498
- } | {
499
- type: "url";
500
- url: string;
501
- description?: string | undefined;
502
- })[];
503
- systemPrompt: string;
504
504
  tools: {
505
505
  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";
506
506
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -517,8 +517,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
517
517
  name?: string | undefined;
518
518
  }[] | undefined;
519
519
  customTools?: {
520
- name: string;
521
520
  description: string;
521
+ name: string;
522
522
  schema: z.ZodTypeAny | Record<string, unknown>;
523
523
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
524
524
  }[] | undefined;
@@ -527,22 +527,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
527
527
  message: string;
528
528
  name?: string | undefined;
529
529
  credentials?: Partial<Record<CredentialType, string>> | undefined;
530
- model?: {
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/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b";
532
- temperature?: number | undefined;
533
- maxTokens?: number | undefined;
534
- reasoningEffort?: "low" | "medium" | "high" | undefined;
535
- maxRetries?: number | undefined;
536
- provider?: string[] | undefined;
537
- jsonMode?: boolean | undefined;
538
- backupModel?: {
539
- 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";
540
- temperature?: number | undefined;
541
- maxTokens?: number | undefined;
542
- reasoningEffort?: "low" | "medium" | "high" | undefined;
543
- maxRetries?: number | undefined;
544
- } | undefined;
545
- } | undefined;
546
530
  images?: ({
547
531
  data: string;
548
532
  type?: "base64" | undefined;
@@ -560,14 +544,30 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
560
544
  name?: string | undefined;
561
545
  }[] | undefined;
562
546
  systemPrompt?: string | undefined;
547
+ model?: {
548
+ 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";
549
+ temperature?: number | undefined;
550
+ maxTokens?: number | undefined;
551
+ reasoningEffort?: "low" | "medium" | "high" | undefined;
552
+ maxRetries?: number | undefined;
553
+ provider?: string[] | undefined;
554
+ jsonMode?: boolean | undefined;
555
+ backupModel?: {
556
+ 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";
557
+ temperature?: number | undefined;
558
+ maxTokens?: number | undefined;
559
+ reasoningEffort?: "low" | "medium" | "high" | undefined;
560
+ maxRetries?: number | undefined;
561
+ } | undefined;
562
+ } | undefined;
563
563
  tools?: {
564
564
  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";
565
565
  credentials?: Partial<Record<CredentialType, string>> | undefined;
566
566
  config?: Record<string, unknown> | undefined;
567
567
  }[] | undefined;
568
568
  customTools?: {
569
- name: string;
570
569
  description: string;
570
+ name: string;
571
571
  schema: z.ZodTypeAny | Record<string, unknown>;
572
572
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
573
573
  }[] | undefined;
@@ -594,8 +594,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
594
594
  error: z.ZodString;
595
595
  success: z.ZodBoolean;
596
596
  }, "strip", z.ZodTypeAny, {
597
- success: boolean;
598
597
  error: string;
598
+ success: boolean;
599
599
  response: string;
600
600
  toolCalls: {
601
601
  tool: string;
@@ -604,8 +604,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
604
604
  }[];
605
605
  iterations: number;
606
606
  }, {
607
- success: boolean;
608
607
  error: string;
608
+ success: boolean;
609
609
  response: string;
610
610
  toolCalls: {
611
611
  tool: string;