@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- 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 +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -35,48 +35,48 @@ declare const SlackDataAssistantParamsSchema: z.ZodObject<{
|
|
|
35
35
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
name: string;
|
|
38
|
-
|
|
39
|
-
userQuestion: string;
|
|
38
|
+
temperature: number;
|
|
40
39
|
dataSourceType: "postgresql" | "mysql" | "sqlite" | "mariadb" | "mssql";
|
|
41
40
|
ignoreSSLErrors: boolean;
|
|
42
41
|
aiModel: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
43
|
-
|
|
42
|
+
slackChannel: string;
|
|
43
|
+
userQuestion: string;
|
|
44
44
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
45
45
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
46
46
|
includeQuery: boolean;
|
|
47
47
|
includeExplanation: boolean;
|
|
48
48
|
maxQueries: number;
|
|
49
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
-
slackThreadTs?: string | undefined;
|
|
51
50
|
userName?: string | undefined;
|
|
52
|
-
databaseUrl?: string | undefined;
|
|
53
51
|
injectedMetadata?: {
|
|
54
52
|
tables?: Record<string, Record<string, string>> | undefined;
|
|
55
53
|
tableNotes?: Record<string, string> | undefined;
|
|
56
54
|
rules?: string[] | undefined;
|
|
57
55
|
} | undefined;
|
|
56
|
+
slackThreadTs?: string | undefined;
|
|
57
|
+
databaseUrl?: string | undefined;
|
|
58
58
|
additionalContext?: string | undefined;
|
|
59
59
|
}, {
|
|
60
60
|
slackChannel: string;
|
|
61
61
|
userQuestion: string;
|
|
62
62
|
name?: string | undefined;
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
|
-
|
|
64
|
+
temperature?: number | undefined;
|
|
65
65
|
userName?: string | undefined;
|
|
66
66
|
dataSourceType?: "postgresql" | "mysql" | "sqlite" | "mariadb" | "mssql" | undefined;
|
|
67
|
-
databaseUrl?: string | undefined;
|
|
68
67
|
ignoreSSLErrors?: boolean | undefined;
|
|
69
|
-
aiModel?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
70
|
-
temperature?: number | undefined;
|
|
71
|
-
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
72
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
73
|
-
includeQuery?: boolean | undefined;
|
|
74
|
-
includeExplanation?: boolean | undefined;
|
|
75
68
|
injectedMetadata?: {
|
|
76
69
|
tables?: Record<string, Record<string, string>> | undefined;
|
|
77
70
|
tableNotes?: Record<string, string> | undefined;
|
|
78
71
|
rules?: string[] | undefined;
|
|
79
72
|
} | undefined;
|
|
73
|
+
aiModel?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
74
|
+
slackThreadTs?: string | undefined;
|
|
75
|
+
databaseUrl?: string | undefined;
|
|
76
|
+
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
77
|
+
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
78
|
+
includeQuery?: boolean | undefined;
|
|
79
|
+
includeExplanation?: boolean | undefined;
|
|
80
80
|
additionalContext?: string | undefined;
|
|
81
81
|
maxQueries?: number | undefined;
|
|
82
82
|
}>;
|
|
@@ -107,32 +107,32 @@ declare const SlackDataAssistantResultSchema: z.ZodObject<{
|
|
|
107
107
|
success: boolean;
|
|
108
108
|
error: string;
|
|
109
109
|
query?: string | undefined;
|
|
110
|
+
metadata?: {
|
|
111
|
+
executionTime: number;
|
|
112
|
+
rowCount?: number | undefined;
|
|
113
|
+
wordCount?: number | undefined;
|
|
114
|
+
} | undefined;
|
|
110
115
|
queryExplanation?: string | undefined;
|
|
111
116
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
112
117
|
formattedResponse?: string | undefined;
|
|
113
118
|
slackBlocks?: unknown[] | undefined;
|
|
114
119
|
slackMessageTs?: string | undefined;
|
|
115
120
|
isDataQuestion?: boolean | undefined;
|
|
121
|
+
}, {
|
|
122
|
+
success: boolean;
|
|
123
|
+
error: string;
|
|
124
|
+
query?: string | undefined;
|
|
116
125
|
metadata?: {
|
|
117
126
|
executionTime: number;
|
|
118
127
|
rowCount?: number | undefined;
|
|
119
128
|
wordCount?: number | undefined;
|
|
120
129
|
} | undefined;
|
|
121
|
-
}, {
|
|
122
|
-
success: boolean;
|
|
123
|
-
error: string;
|
|
124
|
-
query?: string | undefined;
|
|
125
130
|
queryExplanation?: string | undefined;
|
|
126
131
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
127
132
|
formattedResponse?: string | undefined;
|
|
128
133
|
slackBlocks?: unknown[] | undefined;
|
|
129
134
|
slackMessageTs?: string | undefined;
|
|
130
135
|
isDataQuestion?: boolean | undefined;
|
|
131
|
-
metadata?: {
|
|
132
|
-
executionTime: number;
|
|
133
|
-
rowCount?: number | undefined;
|
|
134
|
-
wordCount?: number | undefined;
|
|
135
|
-
} | undefined;
|
|
136
136
|
}>;
|
|
137
137
|
type SlackDataAssistantParams = z.input<typeof SlackDataAssistantParamsSchema>;
|
|
138
138
|
type SlackDataAssistantResult = z.output<typeof SlackDataAssistantResultSchema>;
|
|
@@ -173,48 +173,48 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
173
173
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
175
|
name: string;
|
|
176
|
-
|
|
177
|
-
userQuestion: string;
|
|
176
|
+
temperature: number;
|
|
178
177
|
dataSourceType: "postgresql" | "mysql" | "sqlite" | "mariadb" | "mssql";
|
|
179
178
|
ignoreSSLErrors: boolean;
|
|
180
179
|
aiModel: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
181
|
-
|
|
180
|
+
slackChannel: string;
|
|
181
|
+
userQuestion: string;
|
|
182
182
|
verbosity: "1" | "2" | "3" | "4" | "5";
|
|
183
183
|
technicality: "1" | "2" | "3" | "4" | "5";
|
|
184
184
|
includeQuery: boolean;
|
|
185
185
|
includeExplanation: boolean;
|
|
186
186
|
maxQueries: number;
|
|
187
187
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
188
|
-
slackThreadTs?: string | undefined;
|
|
189
188
|
userName?: string | undefined;
|
|
190
|
-
databaseUrl?: string | undefined;
|
|
191
189
|
injectedMetadata?: {
|
|
192
190
|
tables?: Record<string, Record<string, string>> | undefined;
|
|
193
191
|
tableNotes?: Record<string, string> | undefined;
|
|
194
192
|
rules?: string[] | undefined;
|
|
195
193
|
} | undefined;
|
|
194
|
+
slackThreadTs?: string | undefined;
|
|
195
|
+
databaseUrl?: string | undefined;
|
|
196
196
|
additionalContext?: string | undefined;
|
|
197
197
|
}, {
|
|
198
198
|
slackChannel: string;
|
|
199
199
|
userQuestion: string;
|
|
200
200
|
name?: string | undefined;
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
|
-
|
|
202
|
+
temperature?: number | undefined;
|
|
203
203
|
userName?: string | undefined;
|
|
204
204
|
dataSourceType?: "postgresql" | "mysql" | "sqlite" | "mariadb" | "mssql" | undefined;
|
|
205
|
-
databaseUrl?: string | undefined;
|
|
206
205
|
ignoreSSLErrors?: boolean | undefined;
|
|
207
|
-
aiModel?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
208
|
-
temperature?: number | undefined;
|
|
209
|
-
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
210
|
-
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
211
|
-
includeQuery?: boolean | undefined;
|
|
212
|
-
includeExplanation?: boolean | undefined;
|
|
213
206
|
injectedMetadata?: {
|
|
214
207
|
tables?: Record<string, Record<string, string>> | undefined;
|
|
215
208
|
tableNotes?: Record<string, string> | undefined;
|
|
216
209
|
rules?: string[] | undefined;
|
|
217
210
|
} | undefined;
|
|
211
|
+
aiModel?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
212
|
+
slackThreadTs?: string | undefined;
|
|
213
|
+
databaseUrl?: string | undefined;
|
|
214
|
+
verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
215
|
+
technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
|
|
216
|
+
includeQuery?: boolean | undefined;
|
|
217
|
+
includeExplanation?: boolean | undefined;
|
|
218
218
|
additionalContext?: string | undefined;
|
|
219
219
|
maxQueries?: number | undefined;
|
|
220
220
|
}>;
|
|
@@ -245,32 +245,32 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
|
|
|
245
245
|
success: boolean;
|
|
246
246
|
error: string;
|
|
247
247
|
query?: string | undefined;
|
|
248
|
+
metadata?: {
|
|
249
|
+
executionTime: number;
|
|
250
|
+
rowCount?: number | undefined;
|
|
251
|
+
wordCount?: number | undefined;
|
|
252
|
+
} | undefined;
|
|
248
253
|
queryExplanation?: string | undefined;
|
|
249
254
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
250
255
|
formattedResponse?: string | undefined;
|
|
251
256
|
slackBlocks?: unknown[] | undefined;
|
|
252
257
|
slackMessageTs?: string | undefined;
|
|
253
258
|
isDataQuestion?: boolean | undefined;
|
|
259
|
+
}, {
|
|
260
|
+
success: boolean;
|
|
261
|
+
error: string;
|
|
262
|
+
query?: string | undefined;
|
|
254
263
|
metadata?: {
|
|
255
264
|
executionTime: number;
|
|
256
265
|
rowCount?: number | undefined;
|
|
257
266
|
wordCount?: number | undefined;
|
|
258
267
|
} | undefined;
|
|
259
|
-
}, {
|
|
260
|
-
success: boolean;
|
|
261
|
-
error: string;
|
|
262
|
-
query?: string | undefined;
|
|
263
268
|
queryExplanation?: string | undefined;
|
|
264
269
|
queryResults?: Record<string, unknown>[] | undefined;
|
|
265
270
|
formattedResponse?: string | undefined;
|
|
266
271
|
slackBlocks?: unknown[] | undefined;
|
|
267
272
|
slackMessageTs?: string | undefined;
|
|
268
273
|
isDataQuestion?: boolean | undefined;
|
|
269
|
-
metadata?: {
|
|
270
|
-
executionTime: number;
|
|
271
|
-
rowCount?: number | undefined;
|
|
272
|
-
wordCount?: number | undefined;
|
|
273
|
-
} | undefined;
|
|
274
274
|
}>;
|
|
275
275
|
static readonly shortDescription = "AI-powered Slack bot that answers data questions by querying databases";
|
|
276
276
|
static readonly longDescription = "\n A comprehensive workflow that creates an intelligent Slack bot capable of:\n - Receiving questions from Slack mentions\n - Analyzing database schema\n - Generating appropriate SQL queries using AI\n - Executing queries safely (read-only)\n - Formatting results in a user-friendly way\n - Responding in Slack with rich block formatting\n \n Perfect for:\n - Business intelligence chat-bots\n - Data analytics assistants\n - Database query automation\n - Self-service data access\n ";
|