@bubblelab/bubble-core 0.1.192 → 0.1.193

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +90 -90
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  9. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  17. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  20. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +42 -42
  23. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +50 -50
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +534 -534
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  27. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  28. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +1 -0
  29. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  30. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +1 -0
  31. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +300 -300
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js +13 -0
  35. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/chart-js-tool.js +2 -2
  42. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  43. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +324 -324
  45. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  46. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  47. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  53. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  57. package/dist/bubbles.json +1 -1
  58. package/package.json +2 -2
@@ -203,9 +203,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
203
203
  ok: boolean;
204
204
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
205
205
  created_at?: string | undefined;
206
+ agent_name?: string | undefined;
206
207
  session_id?: string | undefined;
207
208
  vnc_url?: string | undefined;
208
- agent_name?: string | undefined;
209
209
  }, {
210
210
  error: string;
211
211
  success: boolean;
@@ -213,9 +213,9 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
213
213
  ok: boolean;
214
214
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
215
215
  created_at?: string | undefined;
216
+ agent_name?: string | undefined;
216
217
  session_id?: string | undefined;
217
218
  vnc_url?: string | undefined;
218
- agent_name?: string | undefined;
219
219
  }>, z.ZodObject<{
220
220
  operation: z.ZodLiteral<"list_sessions">;
221
221
  ok: z.ZodBoolean;
@@ -228,14 +228,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
230
230
  created_at: string;
231
- session_id: string;
232
231
  agent_name: string;
232
+ session_id: string;
233
233
  vnc_url?: string | undefined;
234
234
  }, {
235
235
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
236
236
  created_at: string;
237
- session_id: string;
238
237
  agent_name: string;
238
+ session_id: string;
239
239
  vnc_url?: string | undefined;
240
240
  }>, "many">>;
241
241
  error: z.ZodString;
@@ -248,8 +248,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
248
248
  sessions?: {
249
249
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
250
250
  created_at: string;
251
- session_id: string;
252
251
  agent_name: string;
252
+ session_id: string;
253
253
  vnc_url?: string | undefined;
254
254
  }[] | undefined;
255
255
  }, {
@@ -260,8 +260,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
260
260
  sessions?: {
261
261
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
262
262
  created_at: string;
263
- session_id: string;
264
263
  agent_name: string;
264
+ session_id: string;
265
265
  vnc_url?: string | undefined;
266
266
  }[] | undefined;
267
267
  }>, z.ZodObject<{
@@ -276,14 +276,14 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
276
276
  }, "strip", z.ZodTypeAny, {
277
277
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
278
278
  created_at: string;
279
- session_id: string;
280
279
  agent_name: string;
280
+ session_id: string;
281
281
  vnc_url?: string | undefined;
282
282
  }, {
283
283
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
284
284
  created_at: string;
285
- session_id: string;
286
285
  agent_name: string;
286
+ session_id: string;
287
287
  vnc_url?: string | undefined;
288
288
  }>>;
289
289
  error: z.ZodString;
@@ -296,8 +296,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
296
296
  session?: {
297
297
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
298
298
  created_at: string;
299
- session_id: string;
300
299
  agent_name: string;
300
+ session_id: string;
301
301
  vnc_url?: string | undefined;
302
302
  } | undefined;
303
303
  }, {
@@ -308,8 +308,8 @@ declare const AGIIncResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
308
308
  session?: {
309
309
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
310
310
  created_at: string;
311
- session_id: string;
312
311
  agent_name: string;
312
+ session_id: string;
313
313
  vnc_url?: string | undefined;
314
314
  } | undefined;
315
315
  }>, z.ZodObject<{
@@ -756,9 +756,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
756
756
  ok: boolean;
757
757
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
758
758
  created_at?: string | undefined;
759
+ agent_name?: string | undefined;
759
760
  session_id?: string | undefined;
760
761
  vnc_url?: string | undefined;
761
- agent_name?: string | undefined;
762
762
  }, {
763
763
  error: string;
764
764
  success: boolean;
@@ -766,9 +766,9 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
766
766
  ok: boolean;
767
767
  status?: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated" | undefined;
768
768
  created_at?: string | undefined;
769
+ agent_name?: string | undefined;
769
770
  session_id?: string | undefined;
770
771
  vnc_url?: string | undefined;
771
- agent_name?: string | undefined;
772
772
  }>, z.ZodObject<{
773
773
  operation: z.ZodLiteral<"list_sessions">;
774
774
  ok: z.ZodBoolean;
@@ -781,14 +781,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
781
781
  }, "strip", z.ZodTypeAny, {
782
782
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
783
783
  created_at: string;
784
- session_id: string;
785
784
  agent_name: string;
785
+ session_id: string;
786
786
  vnc_url?: string | undefined;
787
787
  }, {
788
788
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
789
789
  created_at: string;
790
- session_id: string;
791
790
  agent_name: string;
791
+ session_id: string;
792
792
  vnc_url?: string | undefined;
793
793
  }>, "many">>;
794
794
  error: z.ZodString;
@@ -801,8 +801,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
801
801
  sessions?: {
802
802
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
803
803
  created_at: string;
804
- session_id: string;
805
804
  agent_name: string;
805
+ session_id: string;
806
806
  vnc_url?: string | undefined;
807
807
  }[] | undefined;
808
808
  }, {
@@ -813,8 +813,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
813
813
  sessions?: {
814
814
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
815
815
  created_at: string;
816
- session_id: string;
817
816
  agent_name: string;
817
+ session_id: string;
818
818
  vnc_url?: string | undefined;
819
819
  }[] | undefined;
820
820
  }>, z.ZodObject<{
@@ -829,14 +829,14 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
829
829
  }, "strip", z.ZodTypeAny, {
830
830
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
831
831
  created_at: string;
832
- session_id: string;
833
832
  agent_name: string;
833
+ session_id: string;
834
834
  vnc_url?: string | undefined;
835
835
  }, {
836
836
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
837
837
  created_at: string;
838
- session_id: string;
839
838
  agent_name: string;
839
+ session_id: string;
840
840
  vnc_url?: string | undefined;
841
841
  }>>;
842
842
  error: z.ZodString;
@@ -849,8 +849,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
849
849
  session?: {
850
850
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
851
851
  created_at: string;
852
- session_id: string;
853
852
  agent_name: string;
853
+ session_id: string;
854
854
  vnc_url?: string | undefined;
855
855
  } | undefined;
856
856
  }, {
@@ -861,8 +861,8 @@ export declare class AGIIncBubble<T extends AGIIncParams = AGIIncParams> extends
861
861
  session?: {
862
862
  status: "error" | "completed" | "initializing" | "ready" | "running" | "paused" | "terminated";
863
863
  created_at: string;
864
- session_id: string;
865
864
  agent_name: string;
865
+ session_id: string;
866
866
  vnc_url?: string | undefined;
867
867
  } | undefined;
868
868
  }>, z.ZodObject<{
@@ -164,12 +164,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
164
164
  }, "strip", z.ZodTypeAny, {
165
165
  description: string;
166
166
  name: string;
167
- schema: Record<string, unknown> | z.ZodTypeAny;
167
+ schema: z.ZodTypeAny | Record<string, unknown>;
168
168
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
169
169
  }, {
170
170
  description: string;
171
171
  name: string;
172
- schema: Record<string, unknown> | z.ZodTypeAny;
172
+ schema: z.ZodTypeAny | Record<string, unknown>;
173
173
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
174
174
  }>, "many">>>;
175
175
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -193,6 +193,17 @@ declare const AIAgentParamsSchema: z.ZodObject<{
193
193
  enableSlackHistory: z.ZodDefault<z.ZodBoolean>;
194
194
  }, "strip", z.ZodTypeAny, {
195
195
  message: string;
196
+ images: ({
197
+ type: "base64";
198
+ data: string;
199
+ mimeType: string;
200
+ description?: string | undefined;
201
+ } | {
202
+ type: "url";
203
+ url: string;
204
+ description?: string | undefined;
205
+ })[];
206
+ systemPrompt: string;
196
207
  model: {
197
208
  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-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";
198
209
  temperature: number;
@@ -209,38 +220,27 @@ declare const AIAgentParamsSchema: z.ZodObject<{
209
220
  maxRetries?: number | undefined;
210
221
  } | undefined;
211
222
  };
212
- streaming: boolean;
213
223
  tools: {
214
224
  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";
215
225
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
226
  config?: Record<string, unknown> | undefined;
217
227
  }[];
218
- images: ({
219
- type: "base64";
220
- data: string;
221
- mimeType: string;
222
- description?: string | undefined;
223
- } | {
224
- type: "url";
225
- url: string;
226
- description?: string | undefined;
227
- })[];
228
- systemPrompt: string;
229
228
  maxIterations: number;
229
+ streaming: boolean;
230
230
  memoryEnabled: boolean;
231
231
  enableSlackHistory: boolean;
232
232
  name?: string | undefined;
233
- credentials?: Partial<Record<CredentialType, string>> | undefined;
234
233
  conversationHistory?: {
235
234
  role: "user" | "assistant" | "tool";
236
235
  content: string;
237
236
  toolCallId?: string | undefined;
238
237
  name?: string | undefined;
239
238
  }[] | undefined;
239
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
240
240
  customTools?: {
241
241
  description: string;
242
242
  name: string;
243
- schema: Record<string, unknown> | z.ZodTypeAny;
243
+ schema: z.ZodTypeAny | Record<string, unknown>;
244
244
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
245
245
  }[] | undefined;
246
246
  capabilities?: {
@@ -252,7 +252,23 @@ declare const AIAgentParamsSchema: z.ZodObject<{
252
252
  }, {
253
253
  message: string;
254
254
  name?: string | undefined;
255
- credentials?: Partial<Record<CredentialType, string>> | undefined;
255
+ images?: ({
256
+ data: string;
257
+ type?: "base64" | undefined;
258
+ description?: string | undefined;
259
+ mimeType?: string | undefined;
260
+ } | {
261
+ type: "url";
262
+ url: string;
263
+ description?: string | undefined;
264
+ })[] | undefined;
265
+ conversationHistory?: {
266
+ role: "user" | "assistant" | "tool";
267
+ content: string;
268
+ toolCallId?: string | undefined;
269
+ name?: string | undefined;
270
+ }[] | undefined;
271
+ systemPrompt?: string | undefined;
256
272
  model?: {
257
273
  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-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";
258
274
  temperature?: number | undefined;
@@ -269,36 +285,20 @@ declare const AIAgentParamsSchema: z.ZodObject<{
269
285
  maxRetries?: number | undefined;
270
286
  } | undefined;
271
287
  } | undefined;
272
- streaming?: boolean | undefined;
288
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
273
289
  tools?: {
274
290
  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";
275
291
  credentials?: Partial<Record<CredentialType, string>> | undefined;
276
292
  config?: Record<string, unknown> | undefined;
277
293
  }[] | undefined;
278
- images?: ({
279
- data: string;
280
- type?: "base64" | undefined;
281
- description?: string | undefined;
282
- mimeType?: string | undefined;
283
- } | {
284
- type: "url";
285
- url: string;
286
- description?: string | undefined;
287
- })[] | undefined;
288
- conversationHistory?: {
289
- role: "user" | "assistant" | "tool";
290
- content: string;
291
- toolCallId?: string | undefined;
292
- name?: string | undefined;
293
- }[] | undefined;
294
- systemPrompt?: string | undefined;
295
294
  customTools?: {
296
295
  description: string;
297
296
  name: string;
298
- schema: Record<string, unknown> | z.ZodTypeAny;
297
+ schema: z.ZodTypeAny | Record<string, unknown>;
299
298
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
300
299
  }[] | undefined;
301
300
  maxIterations?: number | undefined;
301
+ streaming?: boolean | undefined;
302
302
  capabilities?: {
303
303
  id: string;
304
304
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -498,12 +498,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
498
498
  }, "strip", z.ZodTypeAny, {
499
499
  description: string;
500
500
  name: string;
501
- schema: Record<string, unknown> | z.ZodTypeAny;
501
+ schema: z.ZodTypeAny | Record<string, unknown>;
502
502
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
503
503
  }, {
504
504
  description: string;
505
505
  name: string;
506
- schema: Record<string, unknown> | z.ZodTypeAny;
506
+ schema: z.ZodTypeAny | Record<string, unknown>;
507
507
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
508
508
  }>, "many">>>;
509
509
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -527,6 +527,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
527
527
  enableSlackHistory: z.ZodDefault<z.ZodBoolean>;
528
528
  }, "strip", z.ZodTypeAny, {
529
529
  message: string;
530
+ images: ({
531
+ type: "base64";
532
+ data: string;
533
+ mimeType: string;
534
+ description?: string | undefined;
535
+ } | {
536
+ type: "url";
537
+ url: string;
538
+ description?: string | undefined;
539
+ })[];
540
+ systemPrompt: string;
530
541
  model: {
531
542
  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-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";
532
543
  temperature: number;
@@ -543,38 +554,27 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
543
554
  maxRetries?: number | undefined;
544
555
  } | undefined;
545
556
  };
546
- streaming: boolean;
547
557
  tools: {
548
558
  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";
549
559
  credentials?: Partial<Record<CredentialType, string>> | undefined;
550
560
  config?: Record<string, unknown> | undefined;
551
561
  }[];
552
- images: ({
553
- type: "base64";
554
- data: string;
555
- mimeType: string;
556
- description?: string | undefined;
557
- } | {
558
- type: "url";
559
- url: string;
560
- description?: string | undefined;
561
- })[];
562
- systemPrompt: string;
563
562
  maxIterations: number;
563
+ streaming: boolean;
564
564
  memoryEnabled: boolean;
565
565
  enableSlackHistory: boolean;
566
566
  name?: string | undefined;
567
- credentials?: Partial<Record<CredentialType, string>> | undefined;
568
567
  conversationHistory?: {
569
568
  role: "user" | "assistant" | "tool";
570
569
  content: string;
571
570
  toolCallId?: string | undefined;
572
571
  name?: string | undefined;
573
572
  }[] | undefined;
573
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
574
574
  customTools?: {
575
575
  description: string;
576
576
  name: string;
577
- schema: Record<string, unknown> | z.ZodTypeAny;
577
+ schema: z.ZodTypeAny | Record<string, unknown>;
578
578
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
579
579
  }[] | undefined;
580
580
  capabilities?: {
@@ -586,7 +586,23 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
586
586
  }, {
587
587
  message: string;
588
588
  name?: string | undefined;
589
- credentials?: Partial<Record<CredentialType, string>> | undefined;
589
+ images?: ({
590
+ data: string;
591
+ type?: "base64" | undefined;
592
+ description?: string | undefined;
593
+ mimeType?: string | undefined;
594
+ } | {
595
+ type: "url";
596
+ url: string;
597
+ description?: string | undefined;
598
+ })[] | undefined;
599
+ conversationHistory?: {
600
+ role: "user" | "assistant" | "tool";
601
+ content: string;
602
+ toolCallId?: string | undefined;
603
+ name?: string | undefined;
604
+ }[] | undefined;
605
+ systemPrompt?: string | undefined;
590
606
  model?: {
591
607
  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-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";
592
608
  temperature?: number | undefined;
@@ -603,36 +619,20 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
603
619
  maxRetries?: number | undefined;
604
620
  } | undefined;
605
621
  } | undefined;
606
- streaming?: boolean | undefined;
622
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
607
623
  tools?: {
608
624
  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";
609
625
  credentials?: Partial<Record<CredentialType, string>> | undefined;
610
626
  config?: Record<string, unknown> | undefined;
611
627
  }[] | undefined;
612
- images?: ({
613
- data: string;
614
- type?: "base64" | undefined;
615
- description?: string | undefined;
616
- mimeType?: string | undefined;
617
- } | {
618
- type: "url";
619
- url: string;
620
- description?: string | undefined;
621
- })[] | undefined;
622
- conversationHistory?: {
623
- role: "user" | "assistant" | "tool";
624
- content: string;
625
- toolCallId?: string | undefined;
626
- name?: string | undefined;
627
- }[] | undefined;
628
- systemPrompt?: string | undefined;
629
628
  customTools?: {
630
629
  description: string;
631
630
  name: string;
632
- schema: Record<string, unknown> | z.ZodTypeAny;
631
+ schema: z.ZodTypeAny | Record<string, unknown>;
633
632
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
634
633
  }[] | undefined;
635
634
  maxIterations?: number | undefined;
635
+ streaming?: boolean | undefined;
636
636
  capabilities?: {
637
637
  id: string;
638
638
  credentials?: Partial<Record<CredentialType, string>> | undefined;