@bubblelab/bubble-core 0.1.62 → 0.1.64

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 (63) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +80 -80
  4. package/dist/bubbles/service-bubble/airtable.d.ts +214 -214
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +84 -84
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +90 -90
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +106 -106
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +138 -138
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +862 -862
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +270 -270
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/github.d.ts +268 -268
  15. package/dist/bubbles/service-bubble/gmail.d.ts +416 -416
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +162 -162
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +74 -74
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +1923 -1923
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +465 -465
  27. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +141 -141
  29. package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  33. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +88 -88
  35. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +338 -338
  41. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +130 -130
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  47. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  54. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +114 -114
  58. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  59. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
  61. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  62. package/dist/bubbles.json +1 -1
  63. package/package.json +2 -2
@@ -159,14 +159,14 @@ 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;
164
- schema: z.ZodTypeAny | Record<string, unknown>;
163
+ name: string;
164
+ schema: Record<string, unknown> | z.ZodTypeAny;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
- name: string;
168
167
  description: string;
169
- schema: z.ZodTypeAny | Record<string, unknown>;
168
+ name: string;
169
+ schema: Record<string, unknown> | z.ZodTypeAny;
170
170
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
171
171
  }>, "many">>>;
172
172
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -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";
191
180
  temperature: number;
@@ -202,13 +191,24 @@ declare const AIAgentParamsSchema: z.ZodObject<{
202
191
  maxRetries?: number | undefined;
203
192
  } | undefined;
204
193
  };
194
+ streaming: boolean;
205
195
  tools: {
206
196
  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
197
  credentials?: Partial<Record<CredentialType, string>> | undefined;
208
198
  config?: Record<string, unknown> | undefined;
209
199
  }[];
200
+ images: ({
201
+ type: "base64";
202
+ data: string;
203
+ mimeType: string;
204
+ description?: string | undefined;
205
+ } | {
206
+ type: "url";
207
+ url: string;
208
+ description?: string | undefined;
209
+ })[];
210
+ systemPrompt: string;
210
211
  maxIterations: number;
211
- streaming: boolean;
212
212
  name?: string | undefined;
213
213
  credentials?: Partial<Record<CredentialType, string>> | undefined;
214
214
  conversationHistory?: {
@@ -218,9 +218,9 @@ declare const AIAgentParamsSchema: z.ZodObject<{
218
218
  name?: string | undefined;
219
219
  }[] | undefined;
220
220
  customTools?: {
221
- name: string;
222
221
  description: string;
223
- schema: z.ZodTypeAny | Record<string, unknown>;
222
+ name: string;
223
+ schema: Record<string, unknown> | z.ZodTypeAny;
224
224
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
225
225
  }[] | undefined;
226
226
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
@@ -228,23 +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
- images?: ({
232
- data: string;
233
- type?: "base64" | undefined;
234
- description?: string | undefined;
235
- mimeType?: string | undefined;
236
- } | {
237
- type: "url";
238
- url: string;
239
- description?: string | undefined;
240
- })[] | undefined;
241
- conversationHistory?: {
242
- role: "user" | "assistant" | "tool";
243
- content: string;
244
- toolCallId?: string | undefined;
245
- name?: string | undefined;
246
- }[] | undefined;
247
- systemPrompt?: string | undefined;
248
231
  model?: {
249
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";
250
233
  temperature?: number | undefined;
@@ -261,19 +244,36 @@ declare const AIAgentParamsSchema: z.ZodObject<{
261
244
  maxRetries?: number | undefined;
262
245
  } | undefined;
263
246
  } | undefined;
247
+ streaming?: boolean | undefined;
264
248
  tools?: {
265
249
  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
250
  credentials?: Partial<Record<CredentialType, string>> | undefined;
267
251
  config?: Record<string, unknown> | undefined;
268
252
  }[] | undefined;
253
+ images?: ({
254
+ data: string;
255
+ type?: "base64" | undefined;
256
+ description?: string | undefined;
257
+ mimeType?: string | undefined;
258
+ } | {
259
+ type: "url";
260
+ url: string;
261
+ description?: string | undefined;
262
+ })[] | undefined;
263
+ conversationHistory?: {
264
+ role: "user" | "assistant" | "tool";
265
+ content: string;
266
+ toolCallId?: string | undefined;
267
+ name?: string | undefined;
268
+ }[] | undefined;
269
+ systemPrompt?: string | undefined;
269
270
  customTools?: {
270
- name: string;
271
271
  description: string;
272
- schema: z.ZodTypeAny | Record<string, unknown>;
272
+ name: string;
273
+ schema: Record<string, unknown> | z.ZodTypeAny;
273
274
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
274
275
  }[] | undefined;
275
276
  maxIterations?: number | undefined;
276
- streaming?: boolean | undefined;
277
277
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
278
278
  }>;
279
279
  declare const AIAgentResultSchema: z.ZodObject<{
@@ -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,14 +458,14 @@ 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;
463
- schema: z.ZodTypeAny | Record<string, unknown>;
462
+ name: string;
463
+ schema: Record<string, unknown> | z.ZodTypeAny;
464
464
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
465
465
  }, {
466
- name: string;
467
466
  description: string;
468
- schema: z.ZodTypeAny | Record<string, unknown>;
467
+ name: string;
468
+ schema: Record<string, unknown> | z.ZodTypeAny;
469
469
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
470
470
  }>, "many">>>;
471
471
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -474,17 +474,6 @@ 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;
488
477
  model: {
489
478
  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";
490
479
  temperature: number;
@@ -501,13 +490,24 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
501
490
  maxRetries?: number | undefined;
502
491
  } | undefined;
503
492
  };
493
+ streaming: boolean;
504
494
  tools: {
505
495
  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
496
  credentials?: Partial<Record<CredentialType, string>> | undefined;
507
497
  config?: Record<string, unknown> | undefined;
508
498
  }[];
499
+ images: ({
500
+ type: "base64";
501
+ data: string;
502
+ mimeType: string;
503
+ description?: string | undefined;
504
+ } | {
505
+ type: "url";
506
+ url: string;
507
+ description?: string | undefined;
508
+ })[];
509
+ systemPrompt: string;
509
510
  maxIterations: number;
510
- streaming: boolean;
511
511
  name?: string | undefined;
512
512
  credentials?: Partial<Record<CredentialType, string>> | undefined;
513
513
  conversationHistory?: {
@@ -517,9 +517,9 @@ 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;
522
- schema: z.ZodTypeAny | Record<string, unknown>;
521
+ name: string;
522
+ schema: Record<string, unknown> | z.ZodTypeAny;
523
523
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
524
524
  }[] | undefined;
525
525
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
@@ -527,23 +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
- images?: ({
531
- data: string;
532
- type?: "base64" | undefined;
533
- description?: string | undefined;
534
- mimeType?: string | undefined;
535
- } | {
536
- type: "url";
537
- url: string;
538
- description?: string | undefined;
539
- })[] | undefined;
540
- conversationHistory?: {
541
- role: "user" | "assistant" | "tool";
542
- content: string;
543
- toolCallId?: string | undefined;
544
- name?: string | undefined;
545
- }[] | undefined;
546
- systemPrompt?: string | undefined;
547
530
  model?: {
548
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";
549
532
  temperature?: number | undefined;
@@ -560,19 +543,36 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
560
543
  maxRetries?: number | undefined;
561
544
  } | undefined;
562
545
  } | undefined;
546
+ streaming?: boolean | undefined;
563
547
  tools?: {
564
548
  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
549
  credentials?: Partial<Record<CredentialType, string>> | undefined;
566
550
  config?: Record<string, unknown> | undefined;
567
551
  }[] | undefined;
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;
568
569
  customTools?: {
569
- name: string;
570
570
  description: string;
571
- schema: z.ZodTypeAny | Record<string, unknown>;
571
+ name: string;
572
+ schema: Record<string, unknown> | z.ZodTypeAny;
572
573
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
573
574
  }[] | undefined;
574
575
  maxIterations?: number | undefined;
575
- streaming?: boolean | undefined;
576
576
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
577
577
  }>;
578
578
  static readonly resultSchema: z.ZodObject<{
@@ -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;