@nocobase/plugin-ai 2.4.0-alpha.1 → 2.4.0-alpha.3

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 (50) hide show
  1. package/dist/ai/docs/nocobase/ops-management/migration-manager/built-in-tables.md +0 -1
  2. package/dist/client/{705.a4fe26945d175e8a.js → 705.1d735e63c25f66a8.js} +1 -1
  3. package/dist/client/index.js +3 -3
  4. package/dist/client-v2/{705.f2e1b26a3f000075.js → 705.00c101bef403fb44.js} +1 -1
  5. package/dist/client-v2/index.js +2 -2
  6. package/dist/client-v2/workflow/types.d.ts +1 -0
  7. package/dist/externalVersion.js +15 -15
  8. package/dist/locale/de-DE.json +0 -11
  9. package/dist/locale/en-US.json +1 -12
  10. package/dist/locale/es-ES.json +0 -11
  11. package/dist/locale/fr-FR.json +0 -11
  12. package/dist/locale/hu-HU.json +0 -11
  13. package/dist/locale/id-ID.json +0 -11
  14. package/dist/locale/it-IT.json +0 -11
  15. package/dist/locale/ja-JP.json +0 -11
  16. package/dist/locale/ko-KR.json +0 -11
  17. package/dist/locale/nl-NL.json +0 -11
  18. package/dist/locale/pt-BR.json +0 -11
  19. package/dist/locale/ru-RU.json +0 -11
  20. package/dist/locale/tr-TR.json +0 -11
  21. package/dist/locale/uk-UA.json +0 -11
  22. package/dist/locale/vi-VN.json +0 -11
  23. package/dist/locale/zh-CN.json +1 -12
  24. package/dist/locale/zh-TW.json +0 -11
  25. package/dist/node_modules/@langchain/mistralai/package.json +1 -1
  26. package/dist/node_modules/@langchain/xai/package.json +1 -1
  27. package/dist/node_modules/fs-extra/package.json +1 -1
  28. package/dist/node_modules/jsonrepair/package.json +1 -1
  29. package/dist/node_modules/just-bash/package.json +1 -1
  30. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  31. package/dist/node_modules/openai/package.json +1 -1
  32. package/dist/node_modules/zod/package.json +1 -1
  33. package/dist/server/manager/ai-context-datasource-manager.d.ts +10 -12
  34. package/dist/server/manager/ai-context-datasource-manager.js +0 -3
  35. package/dist/server/plugin.d.ts +0 -4
  36. package/dist/server/plugin.js +1 -14
  37. package/dist/server/workflow/nodes/employee/files.d.ts +1 -1
  38. package/dist/server/workflow/nodes/employee/files.js +48 -1
  39. package/dist/server/workflow/nodes/employee/index.js +7 -2
  40. package/dist/server/workflow/nodes/employee/types.d.ts +1 -0
  41. package/package.json +2 -2
  42. package/dist/client-v2/ai-employees/context/datasource.d.ts +0 -10
  43. package/dist/client-v2/ai-employees/datasource/DatasourceSelector.d.ts +0 -21
  44. package/dist/client-v2/pages/DatasourceSettingsPage.d.ts +0 -62
  45. package/dist/collections/ai-context-datasource.d.ts +0 -25
  46. package/dist/collections/ai-context-datasource.js +0 -89
  47. package/dist/server/collections/ai-context-datasource.d.ts +0 -10
  48. package/dist/server/collections/ai-context-datasource.js +0 -44
  49. package/dist/server/resource/aiContextDatasources.d.ts +0 -10
  50. package/dist/server/resource/aiContextDatasources.js +0 -45
@@ -104,6 +104,7 @@ export type AIEmployeeInstructionConfig = {
104
104
  userId?: string | number | Array<string | number>;
105
105
  message?: AIEmployeeTaskMessage;
106
106
  files?: AIEmployeeFileInput[];
107
+ fileUrlOrigin?: string;
107
108
  skillSettings?: SkillSettings;
108
109
  webSearch?: boolean;
109
110
  structuredOutput?: AIEmployeeStructuredOutputConfig;
@@ -8,17 +8,17 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/plugin-acl": "2.4.0-alpha.1",
12
- "@nocobase/plugin-workflow": "2.4.0-alpha.1",
13
- "@nocobase/client": "2.4.0-alpha.1",
14
- "@nocobase/utils": "2.4.0-alpha.1",
15
- "@nocobase/flow-engine": "2.4.0-alpha.1",
16
- "@nocobase/client-v2": "2.4.0-alpha.1",
17
- "@nocobase/database": "2.4.0-alpha.1",
18
- "@nocobase/actions": "2.4.0-alpha.1",
19
- "@nocobase/plugin-file-manager": "2.4.0-alpha.1",
20
- "@nocobase/server": "2.4.0-alpha.1",
21
- "@nocobase/ai": "2.4.0-alpha.1",
11
+ "@nocobase/plugin-acl": "2.4.0-alpha.3",
12
+ "@nocobase/plugin-workflow": "2.4.0-alpha.3",
13
+ "@nocobase/client": "2.4.0-alpha.3",
14
+ "@nocobase/utils": "2.4.0-alpha.3",
15
+ "@nocobase/flow-engine": "2.4.0-alpha.3",
16
+ "@nocobase/client-v2": "2.4.0-alpha.3",
17
+ "@nocobase/actions": "2.4.0-alpha.3",
18
+ "@nocobase/database": "2.4.0-alpha.3",
19
+ "@nocobase/plugin-file-manager": "2.4.0-alpha.3",
20
+ "@nocobase/server": "2.4.0-alpha.3",
21
+ "@nocobase/ai": "2.4.0-alpha.3",
22
22
  "langchain": "1.2.39",
23
23
  "react": "18.2.0",
24
24
  "antd": "5.24.2",
@@ -30,14 +30,14 @@ module.exports = {
30
30
  "react-router-dom": "6.30.1",
31
31
  "@langchain/core": "1.1.49",
32
32
  "@langchain/langgraph": "1.4.4",
33
- "@nocobase/cache": "2.4.0-alpha.1",
33
+ "@nocobase/cache": "2.4.0-alpha.3",
34
34
  "@langchain/anthropic": "1.3.17",
35
35
  "@langchain/openai": "1.4.7",
36
36
  "@langchain/google-genai": "2.1.18",
37
37
  "@langchain/ollama": "1.2.7",
38
- "@nocobase/acl": "2.4.0-alpha.1",
39
- "@nocobase/data-source-manager": "2.4.0-alpha.1",
40
- "@nocobase/resourcer": "2.4.0-alpha.1",
38
+ "@nocobase/acl": "2.4.0-alpha.3",
39
+ "@nocobase/data-source-manager": "2.4.0-alpha.3",
40
+ "@nocobase/resourcer": "2.4.0-alpha.3",
41
41
  "dayjs": "1.11.13",
42
42
  "react-dom": "18.2.0",
43
43
  "@formily/core": "2.3.7",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Inhalt hinzufügen",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Prompt hinzufügen",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Zahl zwischen -2,0 und 2,0. Positive Werte bestrafen neue Tokens basierend darauf, ob sie bisher im Text vorkommen, und erhöhen die Wahrscheinlichkeit, dass das Modell über neue Themen spricht.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Anbieter",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Strukturierte Ausgabe",
165
154
  "Submit": "Submit",
@@ -41,7 +41,6 @@
41
41
  "Actions": "Actions",
42
42
  "Add collection": "Add collection",
43
43
  "Add content": "Add content",
44
- "Add datasource": "Add data source",
45
44
  "Add file": "Add file",
46
45
  "Add prompt": "Add prompt",
47
46
  "Add skill": "Add skill",
@@ -71,7 +70,6 @@
71
70
  "Apply to editor": "Apply to editor",
72
71
  "Available": "Available",
73
72
  "Base URL is optional, leave blank to use default (recommended)": "Base URL is optional, leave blank to use default (recommended)",
74
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
75
73
  "Asc": "Asc",
76
74
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
77
75
  "Auto usage": "Auto usage",
@@ -95,19 +93,14 @@
95
93
  "CodeEditor": "Code editor",
96
94
  "CodeEditor actions": "Code editor actions",
97
95
  "Collection": "Collection",
98
- "Confirm whether to delete": "Confirm whether to delete",
99
96
  "Conversation": "Conversation",
100
97
  "Conversation list": "Conversation list",
101
98
  "Copied": "Copied",
102
99
  "Copy": "Copy",
103
- "Create a new datasource": "Create a new data source",
104
100
  "Created at": "Created at",
105
101
  "Current language": "Current language",
106
102
  "Data modeling": "Data modeling",
107
103
  "Data modeling tools": "Data modeling tools",
108
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
109
- "Datasource": "Data source",
110
- "Datasource deleted successfully": "Data source deleted successfully",
111
104
  "Default greeting message": "Hi, I am {{ nickname }}",
112
105
  "Default user message": "Default user message",
113
106
  "Delete": "Delete",
@@ -126,7 +119,6 @@
126
119
  "Down": "Down",
127
120
  "Edit": "Edit",
128
121
  "Edit AI employee": "Edit AI employee",
129
- "Edit datasource": "Edit data source",
130
122
  "Edit personalized prompt": "Edit personalized prompt",
131
123
  "Edit task": "Edit task",
132
124
  "Edit tasks": "Edit tasks",
@@ -240,7 +232,6 @@
240
232
  "Preview": "Preview",
241
233
  "Preview and export": "Preview and export",
242
234
  "Previous": "Previous",
243
- "Processing complete!": "New data source created successfully!",
244
235
  "Profile": "Profile",
245
236
  "Provider": "Provider",
246
237
  "Rename": "Rename",
@@ -252,14 +243,12 @@
252
243
  "Run": "Run",
253
244
  "Select an": "Select an",
254
245
  "Select block UI schemas": "Select block UI schemas",
255
- "Select datasource": "Select data source",
256
246
  "Select field values": "Select field values",
257
247
  "Send default user message automatically": "Send default user message automatically",
258
248
  "Skills": "Skills",
259
249
  "Tools": "Tools",
260
250
  "MCP tools": "MCP tools",
261
251
  "Sort": "Sort",
262
- "Sort Fields": "Sort Fields",
263
252
  "Start coding": "Start coding",
264
253
  "Structured output": "Structured output",
265
254
  "Define the data structure of the final output of the node": "Define the data structure of the final output of the node",
@@ -562,7 +551,7 @@
562
551
  "Prefill the sender input when the chat box starts a new conversation.": "Prefill the sender input when the chat box starts a new conversation.",
563
552
  "Scope": "Scope",
564
553
  "Select blocks": "Select blocks",
565
- "Select blocks or data sources that are sent as default work context.": "Select blocks or data sources that are sent as default work context.",
554
+ "Select blocks that are sent as default work context.": "Select blocks that are sent as default work context.",
566
555
  "Restrict this chat box to selected AI employees. Leave empty to allow all business AI employees.": "Restrict this chat box to selected AI employees. Leave empty to allow all business AI employees.",
567
556
  "Restrict this chat box to selected models. Leave empty to allow all available models.": "Restrict this chat box to selected models. Leave empty to allow all available models.",
568
557
  "Sender placeholder": "Sender placeholder",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Add content",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Add prompt",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Provider",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Structured output",
165
154
  "Submit": "Submit",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Add content",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Add prompt",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Provider",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Structured output",
165
154
  "Submit": "Submit",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Tartalom hozzáadása",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Kérdés hozzáadása",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Szám között -2.0 és 2.0. A pozitív értékek büntetik az új tokeneket a szövegben eddig való megjelenésük alapján, növelve a modell valószínűségét, hogy új témákról beszéljen.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Szolgáltató",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Strukturált kimenet",
165
154
  "Submit": "Submit",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Tambah konten",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Tambah prompt",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Angka antara -2.0 dan 2.0. Nilai positif memberikan penalti pada token baru berdasarkan apakah mereka muncul dalam teks sejauh ini, meningkatkan kemungkinan model untuk berbicara tentang topik baru.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Penyedia",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Keluaran terstruktur",
165
154
  "Submit": "Submit",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "Aggiungi contenuto",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "Aggiungi prompt",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "Numero tra -2.0 e 2.0. I valori positivi penalizzano i nuovi token in base alla loro presenza o meno nel testo finora, aumentando la probabilità del modello di parlare di nuovi argomenti.",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "Fornitore",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "Output strutturato",
165
154
  "Submit": "Submit",
@@ -10,7 +10,6 @@
10
10
  "Actions": "Actions",
11
11
  "Add collection": "Add collection",
12
12
  "Add content": "コンテンツ追加",
13
- "Add datasource": "Add data source",
14
13
  "Add file": "Add file",
15
14
  "Add prompt": "プロンプト追加",
16
15
  "Add skill": "Add skill",
@@ -18,7 +17,6 @@
18
17
  "Additional system prompt appended to the AI employee’s definition, used to refine instructions": "Additional system prompt appended to the AI employee’s definition, used to refine instructions",
19
18
  "Applied": "Applied",
20
19
  "Apply to editor": "Apply to editor",
21
- "Are you sure delete this datasource?": "Are you sure delete this datasource?",
22
20
  "Asc": "Asc",
23
21
  "Auto skill description": "When auto skill usage is enabled, the AI employee will invoke tools automatically when needed. Otherwise, the tool call parameters will be returned in the conversation for the user to review and trigger manually.",
24
22
  "Auto usage": "Auto usage",
@@ -38,11 +36,9 @@
38
36
  "CodeEditor": "Code editor",
39
37
  "CodeEditor actions": "Code editor actions",
40
38
  "Collection": "Collection",
41
- "Confirm whether to delete": "Confirm whether to delete",
42
39
  "Conversation": "Conversation",
43
40
  "Copied": "Copied",
44
41
  "Copy": "Copy",
45
- "Create a new datasource": "Create a new data source",
46
42
  "Create or edit collections": "Create or edit collections",
47
43
  "Created at": "Created at",
48
44
  "Current language": "Current language",
@@ -50,9 +46,6 @@
50
46
  "Data modeling tools": "Data modeling tools",
51
47
  "Data source query": "Data source query",
52
48
  "Data source records counting": "Data source records counting",
53
- "Data source settings description": "The selected collections will be included in the AI employee’s system definition. Metadata such as collection names and field details will be provided to the LLM at the start of each conversation, helping the AI understand and respond to natural language queries for data access or retrieval.",
54
- "Datasource": "Data source",
55
- "Datasource deleted successfully": "Data source deleted successfully",
56
49
  "Default greeting message": "Hi, I am {{ nickname }}",
57
50
  "Default user message": "Default user message",
58
51
  "Define collections": "Define collections",
@@ -67,7 +60,6 @@
67
60
  "Displays the AI employee’s assigned tasks on the profile when hovering over the button.": "Displays the AI employee’s assigned tasks on the profile when hovering over the button.",
68
61
  "Down": "Down",
69
62
  "Edit AI employee": "Edit AI employee",
70
- "Edit datasource": "Edit data source",
71
63
  "Edit personalized prompt": "Edit personalized prompt",
72
64
  "Edit task": "Edit task",
73
65
  "Edit tasks": "Edit tasks",
@@ -141,7 +133,6 @@
141
133
  "Presence penalty description": "-2.0から2.0の数値。正の値を設定すると、テキスト内での既存出現有無に基づき新規トークンにペナルティを課し、モデルが新規トピックを扱う可能性を増加させます。",
142
134
  "Preview": "Preview",
143
135
  "Previous": "Previous",
144
- "Processing complete!": "New data source created successfully!",
145
136
  "Profile": "Profile",
146
137
  "Provider": "プロバイダ",
147
138
  "Rename": "Rename",
@@ -154,12 +145,10 @@
154
145
  "Run": "Run",
155
146
  "Select an": "Select an",
156
147
  "Select block UI schemas": "Select block UI schemas",
157
- "Select datasource": "Select data source",
158
148
  "Select field values": "Select field values",
159
149
  "Send default user message automatically": "Send default user message automatically",
160
150
  "Skills": "Skills",
161
151
  "Sort": "Sort",
162
- "Sort Fields": "Sort Fields",
163
152
  "Start coding": "Start coding",
164
153
  "Structured output": "構造化出力",
165
154
  "Submit": "Submit",