@bubblelab/bubble-core 0.1.99 → 0.1.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -13,8 +13,8 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
|
|
|
13
13
|
waitFor: z.ZodDefault<z.ZodNumber>;
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
format: "markdown";
|
|
17
16
|
url: string;
|
|
17
|
+
format: "markdown";
|
|
18
18
|
onlyMainContent: boolean;
|
|
19
19
|
waitFor: number;
|
|
20
20
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -43,13 +43,13 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
43
43
|
content: z.ZodString;
|
|
44
44
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
content: string;
|
|
47
46
|
url: string;
|
|
47
|
+
content: string;
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
depth?: number | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
content: string;
|
|
52
51
|
url: string;
|
|
52
|
+
content: string;
|
|
53
53
|
title?: string | undefined;
|
|
54
54
|
depth?: number | undefined;
|
|
55
55
|
}>, "many">;
|
|
@@ -69,12 +69,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
69
69
|
maxPagesReached?: boolean | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
error: string;
|
|
73
|
-
success: boolean;
|
|
74
72
|
url: string;
|
|
73
|
+
success: boolean;
|
|
74
|
+
error: string;
|
|
75
75
|
pages: {
|
|
76
|
-
content: string;
|
|
77
76
|
url: string;
|
|
77
|
+
content: string;
|
|
78
78
|
title?: string | undefined;
|
|
79
79
|
depth?: number | undefined;
|
|
80
80
|
}[];
|
|
@@ -86,12 +86,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
86
86
|
maxPagesReached?: boolean | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
}, {
|
|
89
|
-
error: string;
|
|
90
|
-
success: boolean;
|
|
91
89
|
url: string;
|
|
90
|
+
success: boolean;
|
|
91
|
+
error: string;
|
|
92
92
|
pages: {
|
|
93
|
-
content: string;
|
|
94
93
|
url: string;
|
|
94
|
+
content: string;
|
|
95
95
|
title?: string | undefined;
|
|
96
96
|
depth?: number | undefined;
|
|
97
97
|
}[];
|
|
@@ -119,8 +119,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
119
119
|
waitFor: z.ZodDefault<z.ZodNumber>;
|
|
120
120
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
format: "markdown";
|
|
123
122
|
url: string;
|
|
123
|
+
format: "markdown";
|
|
124
124
|
onlyMainContent: boolean;
|
|
125
125
|
waitFor: number;
|
|
126
126
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -149,13 +149,13 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
149
149
|
content: z.ZodString;
|
|
150
150
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
-
content: string;
|
|
153
152
|
url: string;
|
|
153
|
+
content: string;
|
|
154
154
|
title?: string | undefined;
|
|
155
155
|
depth?: number | undefined;
|
|
156
156
|
}, {
|
|
157
|
-
content: string;
|
|
158
157
|
url: string;
|
|
158
|
+
content: string;
|
|
159
159
|
title?: string | undefined;
|
|
160
160
|
depth?: number | undefined;
|
|
161
161
|
}>, "many">;
|
|
@@ -175,12 +175,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
175
175
|
maxPagesReached?: boolean | undefined;
|
|
176
176
|
}>>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
error: string;
|
|
179
|
-
success: boolean;
|
|
180
178
|
url: string;
|
|
179
|
+
success: boolean;
|
|
180
|
+
error: string;
|
|
181
181
|
pages: {
|
|
182
|
-
content: string;
|
|
183
182
|
url: string;
|
|
183
|
+
content: string;
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
depth?: number | undefined;
|
|
186
186
|
}[];
|
|
@@ -192,12 +192,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
192
192
|
maxPagesReached?: boolean | undefined;
|
|
193
193
|
} | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
error: string;
|
|
196
|
-
success: boolean;
|
|
197
195
|
url: string;
|
|
196
|
+
success: boolean;
|
|
197
|
+
error: string;
|
|
198
198
|
pages: {
|
|
199
|
-
content: string;
|
|
200
199
|
url: string;
|
|
200
|
+
content: string;
|
|
201
201
|
title?: string | undefined;
|
|
202
202
|
depth?: number | undefined;
|
|
203
203
|
}[];
|
|
@@ -9,14 +9,14 @@ declare const WebExtractToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
schema: string;
|
|
13
12
|
url: string;
|
|
13
|
+
schema: string;
|
|
14
14
|
prompt: string;
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
timeout?: number | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
schema: string;
|
|
19
18
|
url: string;
|
|
19
|
+
schema: string;
|
|
20
20
|
prompt: string;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
timeout?: number | undefined;
|
|
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
pageTitle?: string | undefined;
|
|
41
41
|
}>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
error: string;
|
|
44
|
-
success: boolean;
|
|
45
43
|
url: string;
|
|
44
|
+
success: boolean;
|
|
45
|
+
error: string;
|
|
46
46
|
metadata?: {
|
|
47
47
|
statusCode?: number | undefined;
|
|
48
48
|
extractionTime?: number | undefined;
|
|
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
} | undefined;
|
|
51
51
|
extractedData?: any;
|
|
52
52
|
}, {
|
|
53
|
-
error: string;
|
|
54
|
-
success: boolean;
|
|
55
53
|
url: string;
|
|
54
|
+
success: boolean;
|
|
55
|
+
error: string;
|
|
56
56
|
metadata?: {
|
|
57
57
|
statusCode?: number | undefined;
|
|
58
58
|
extractionTime?: number | undefined;
|
|
@@ -72,14 +72,14 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
72
72
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
73
73
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
schema: string;
|
|
76
75
|
url: string;
|
|
76
|
+
schema: string;
|
|
77
77
|
prompt: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
timeout?: number | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
schema: string;
|
|
82
81
|
url: string;
|
|
82
|
+
schema: string;
|
|
83
83
|
prompt: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
timeout?: number | undefined;
|
|
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
103
103
|
pageTitle?: string | undefined;
|
|
104
104
|
}>>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
108
106
|
url: string;
|
|
107
|
+
success: boolean;
|
|
108
|
+
error: string;
|
|
109
109
|
metadata?: {
|
|
110
110
|
statusCode?: number | undefined;
|
|
111
111
|
extractionTime?: number | undefined;
|
|
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
extractedData?: any;
|
|
115
115
|
}, {
|
|
116
|
-
error: string;
|
|
117
|
-
success: boolean;
|
|
118
116
|
url: string;
|
|
117
|
+
success: boolean;
|
|
118
|
+
error: string;
|
|
119
119
|
metadata?: {
|
|
120
120
|
statusCode?: number | undefined;
|
|
121
121
|
extractionTime?: number | undefined;
|
|
@@ -8,8 +8,8 @@ declare const WebScrapeToolParamsSchema: z.ZodObject<{
|
|
|
8
8
|
onlyMainContent: z.ZodDefault<z.ZodBoolean>;
|
|
9
9
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
format: "html" | "markdown";
|
|
12
11
|
url: string;
|
|
12
|
+
format: "html" | "markdown";
|
|
13
13
|
onlyMainContent: boolean;
|
|
14
14
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
15
15
|
}, {
|
|
@@ -37,24 +37,24 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
37
37
|
loadTime?: number | undefined;
|
|
38
38
|
}>>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
url: string;
|
|
40
41
|
format: string;
|
|
41
42
|
title: string;
|
|
42
|
-
error: string;
|
|
43
|
-
success: boolean;
|
|
44
43
|
content: string;
|
|
45
|
-
|
|
44
|
+
success: boolean;
|
|
45
|
+
error: string;
|
|
46
46
|
creditsUsed: number;
|
|
47
47
|
metadata?: {
|
|
48
48
|
statusCode?: number | undefined;
|
|
49
49
|
loadTime?: number | undefined;
|
|
50
50
|
} | undefined;
|
|
51
51
|
}, {
|
|
52
|
+
url: string;
|
|
52
53
|
format: string;
|
|
53
54
|
title: string;
|
|
54
|
-
error: string;
|
|
55
|
-
success: boolean;
|
|
56
55
|
content: string;
|
|
57
|
-
|
|
56
|
+
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
creditsUsed: number;
|
|
59
59
|
metadata?: {
|
|
60
60
|
statusCode?: number | undefined;
|
|
@@ -72,8 +72,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
72
72
|
onlyMainContent: z.ZodDefault<z.ZodBoolean>;
|
|
73
73
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
format: "html" | "markdown";
|
|
76
75
|
url: string;
|
|
76
|
+
format: "html" | "markdown";
|
|
77
77
|
onlyMainContent: boolean;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
}, {
|
|
@@ -101,24 +101,24 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
101
101
|
loadTime?: number | undefined;
|
|
102
102
|
}>>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
+
url: string;
|
|
104
105
|
format: string;
|
|
105
106
|
title: string;
|
|
106
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
108
107
|
content: string;
|
|
109
|
-
|
|
108
|
+
success: boolean;
|
|
109
|
+
error: string;
|
|
110
110
|
creditsUsed: number;
|
|
111
111
|
metadata?: {
|
|
112
112
|
statusCode?: number | undefined;
|
|
113
113
|
loadTime?: number | undefined;
|
|
114
114
|
} | undefined;
|
|
115
115
|
}, {
|
|
116
|
+
url: string;
|
|
116
117
|
format: string;
|
|
117
118
|
title: string;
|
|
118
|
-
error: string;
|
|
119
|
-
success: boolean;
|
|
120
119
|
content: string;
|
|
121
|
-
|
|
120
|
+
success: boolean;
|
|
121
|
+
error: string;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
metadata?: {
|
|
124
124
|
statusCode?: number | undefined;
|
|
@@ -9,9 +9,9 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
location: z.ZodOptional<z.ZodString>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
query: string;
|
|
13
12
|
limit: number;
|
|
14
13
|
categories: ("github" | "pdf" | "research")[];
|
|
14
|
+
query: string;
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
location?: string | undefined;
|
|
17
17
|
}, {
|
|
@@ -27,13 +27,13 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
27
27
|
url: z.ZodString;
|
|
28
28
|
content: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
url: string;
|
|
30
31
|
title: string;
|
|
31
32
|
content: string;
|
|
32
|
-
url: string;
|
|
33
33
|
}, {
|
|
34
|
+
url: string;
|
|
34
35
|
title: string;
|
|
35
36
|
content: string;
|
|
36
|
-
url: string;
|
|
37
37
|
}>, "many">;
|
|
38
38
|
query: z.ZodString;
|
|
39
39
|
totalResults: z.ZodNumber;
|
|
@@ -42,25 +42,25 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
error: string;
|
|
46
45
|
success: boolean;
|
|
46
|
+
error: string;
|
|
47
47
|
query: string;
|
|
48
48
|
results: {
|
|
49
|
+
url: string;
|
|
49
50
|
title: string;
|
|
50
51
|
content: string;
|
|
51
|
-
url: string;
|
|
52
52
|
}[];
|
|
53
53
|
creditsUsed: number;
|
|
54
54
|
totalResults: number;
|
|
55
55
|
searchEngine: string;
|
|
56
56
|
}, {
|
|
57
|
-
error: string;
|
|
58
57
|
success: boolean;
|
|
58
|
+
error: string;
|
|
59
59
|
query: string;
|
|
60
60
|
results: {
|
|
61
|
+
url: string;
|
|
61
62
|
title: string;
|
|
62
63
|
content: string;
|
|
63
|
-
url: string;
|
|
64
64
|
}[];
|
|
65
65
|
creditsUsed: number;
|
|
66
66
|
totalResults: number;
|
|
@@ -78,9 +78,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
78
78
|
location: z.ZodOptional<z.ZodString>;
|
|
79
79
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
query: string;
|
|
82
81
|
limit: number;
|
|
83
82
|
categories: ("github" | "pdf" | "research")[];
|
|
83
|
+
query: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
location?: string | undefined;
|
|
86
86
|
}, {
|
|
@@ -96,13 +96,13 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
96
96
|
url: z.ZodString;
|
|
97
97
|
content: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
url: string;
|
|
99
100
|
title: string;
|
|
100
101
|
content: string;
|
|
101
|
-
url: string;
|
|
102
102
|
}, {
|
|
103
|
+
url: string;
|
|
103
104
|
title: string;
|
|
104
105
|
content: string;
|
|
105
|
-
url: string;
|
|
106
106
|
}>, "many">;
|
|
107
107
|
query: z.ZodString;
|
|
108
108
|
totalResults: z.ZodNumber;
|
|
@@ -111,25 +111,25 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
error: string;
|
|
115
114
|
success: boolean;
|
|
115
|
+
error: string;
|
|
116
116
|
query: string;
|
|
117
117
|
results: {
|
|
118
|
+
url: string;
|
|
118
119
|
title: string;
|
|
119
120
|
content: string;
|
|
120
|
-
url: string;
|
|
121
121
|
}[];
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
totalResults: number;
|
|
124
124
|
searchEngine: string;
|
|
125
125
|
}, {
|
|
126
|
-
error: string;
|
|
127
126
|
success: boolean;
|
|
127
|
+
error: string;
|
|
128
128
|
query: string;
|
|
129
129
|
results: {
|
|
130
|
+
url: string;
|
|
130
131
|
title: string;
|
|
131
132
|
content: string;
|
|
132
|
-
url: string;
|
|
133
133
|
}[];
|
|
134
134
|
creditsUsed: number;
|
|
135
135
|
totalResults: number;
|