@nocobase/plugin-ai 2.1.0-alpha.40 → 2.1.0-alpha.46
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/ai/docs/nocobase/ai-dev/capabilities.md +1 -1
- package/dist/ai/docs/nocobase/ai-dev/index.md +1 -1
- package/dist/ai/docs/nocobase/ai-dev/watermark-plugin.md +1 -1
- package/dist/ai/docs/nocobase/api/cli/app/index.md +4 -4
- package/dist/ai/docs/nocobase/api/cli/app/restart.md +4 -2
- package/dist/ai/docs/nocobase/api/cli/app/start.md +6 -2
- package/dist/ai/docs/nocobase/api/cli/app/stop.md +2 -2
- package/dist/ai/docs/nocobase/api/cli/app/upgrade.md +27 -6
- package/dist/ai/docs/nocobase/api/cli/config/delete.md +4 -1
- package/dist/ai/docs/nocobase/api/cli/config/get.md +4 -1
- package/dist/ai/docs/nocobase/api/cli/config/index.md +21 -0
- package/dist/ai/docs/nocobase/api/cli/config/set.md +9 -2
- package/dist/ai/docs/nocobase/api/cli/init.md +1 -1
- package/dist/ai/docs/nocobase/api/cli/license/plugins/sync.md +4 -0
- package/dist/ai/docs/nocobase/api/cli/self/update.md +2 -0
- package/dist/ai/docs/nocobase/auth-verification/api-keys/index.md +1 -1
- package/dist/ai/docs/nocobase/file-manager/file-preview/index.md +17 -0
- package/dist/ai/docs/nocobase/get-started/installation/env.md +6 -2
- package/dist/ai/docs/nocobase/integration/api-keys/index.md +1 -1
- package/dist/ai/docs/nocobase/integration/embed/index.md +3 -3
- package/dist/ai/docs/nocobase/multi-app/multi-app/app-block-and-switcher.md +68 -0
- package/dist/ai/docs/nocobase/multi-app/multi-app/app-sso.md +71 -0
- package/dist/ai/docs/nocobase/multi-app/multi-app/index.md +9 -1
- package/dist/ai/docs/nocobase/multi-app/multi-app/sub-app-api.md +112 -0
- package/dist/ai/docs/nocobase/plugin-development/build.md +5 -0
- package/dist/ai/docs/nocobase/plugin-development/client/appendix/faq.md +3 -3
- package/dist/ai/docs/nocobase/plugin-development/client/component/index.md +1 -1
- package/dist/ai/docs/nocobase/plugin-development/client/ctx/common-capabilities.md +2 -2
- package/dist/ai/docs/nocobase/plugin-development/client/ctx/index.md +1 -1
- package/dist/ai/docs/nocobase/plugin-development/client/router.md +11 -11
- package/dist/ai/docs/nocobase/plugin-development/write-your-first-plugin.md +28 -0
- package/dist/ai/docs/nocobase/solution/all-in-one/installation.md +181 -0
- package/dist/ai/docs/nocobase/solution/crm/changelog.md +0 -3
- package/dist/ai/docs/nocobase/solution/crm/installation.md +6 -76
- package/dist/ai/docs/nocobase/solution/crm/v1.md +6 -35
- package/dist/ai/docs/nocobase/solution/ticket-system/changelog.md +0 -2
- package/dist/ai/docs/nocobase/solution/ticket-system/installation.md +6 -69
- package/dist/ai/docs/nocobase/workflow/nodes/javascript.md +4 -2
- package/dist/client/{406.15c09d98faa2ccf1.js → 406.9a530334eae8cede.js} +1 -1
- package/dist/client/{428.e9f38da3b0d8b498.js → 428.431a00d29107058e.js} +1 -1
- package/dist/client/462.d172d0fe91519e35.js +10 -0
- package/dist/client/559.a0f2f1cc2be3c039.js +10 -0
- package/dist/client/index.js +2 -2
- package/dist/client/workflow/nodes/employee/index.d.ts +1 -4
- package/dist/client/workflow/nodes/llm/index.d.ts +1 -4
- package/dist/client-v2/index.js +1 -1
- package/dist/collections/ai-employees.d.ts +9 -2
- package/dist/collections/ai-employees.js +2 -1
- package/dist/externalVersion.js +22 -22
- package/dist/locale/de-DE.json +1 -0
- package/dist/locale/en-US.json +2 -1
- package/dist/locale/es-ES.json +1 -0
- package/dist/locale/fr-FR.json +1 -0
- package/dist/locale/hu-HU.json +1 -0
- package/dist/locale/id-ID.json +1 -0
- package/dist/locale/it-IT.json +1 -0
- package/dist/locale/ja-JP.json +1 -0
- package/dist/locale/ko-KR.json +1 -0
- package/dist/locale/nl-NL.json +1 -0
- package/dist/locale/pt-BR.json +1 -0
- package/dist/locale/ru-RU.json +1 -0
- package/dist/locale/tr-TR.json +1 -0
- package/dist/locale/uk-UA.json +1 -0
- package/dist/locale/vi-VN.json +1 -0
- package/dist/locale/zh-CN.json +2 -1
- package/dist/locale/zh-TW.json +1 -0
- package/dist/node_modules/@langchain/xai/dist/index.cjs +16 -2
- package/dist/node_modules/@langchain/xai/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/jsonrepair/package.json +1 -1
- package/dist/node_modules/just-bash/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/openai/package.json +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/ai-employees/ai-employee.d.ts +2 -1
- package/dist/server/ai-employees/ai-employee.js +3 -1
- package/dist/server/llm-providers/anthropic.js +17 -23
- package/dist/server/llm-providers/dashscope.js +3 -3
- package/dist/server/llm-providers/deepseek.js +2 -2
- package/dist/server/llm-providers/google-genai.js +17 -22
- package/dist/server/llm-providers/kimi/provider.js +4 -4
- package/dist/server/llm-providers/mimo.js +2 -2
- package/dist/server/llm-providers/ollama.js +14 -21
- package/dist/server/llm-providers/openai/completions.js +2 -2
- package/dist/server/llm-providers/openai/embedding.js +1 -1
- package/dist/server/llm-providers/openai/responses.js +2 -2
- package/dist/server/llm-providers/provider.d.ts +3 -1
- package/dist/server/llm-providers/provider.js +61 -24
- package/dist/server/llm-providers/xai.js +2 -2
- package/dist/server/resource/ai.js +11 -9
- package/dist/server/utils.d.ts +1 -1
- package/dist/server/workflow/nodes/employee/constants.d.ts +23 -0
- package/dist/server/workflow/nodes/employee/constants.js +50 -0
- package/dist/server/workflow/nodes/employee/handler.js +23 -2
- package/dist/server/workflow/nodes/employee/index.d.ts +1 -0
- package/dist/server/workflow/nodes/employee/index.js +83 -25
- package/dist/server/workflow/nodes/employee/tools.d.ts +2 -2
- package/dist/server/workflow/nodes/employee/tools.js +26 -5
- package/dist/server/workflow/nodes/employee/types.d.ts +4 -3
- package/dist/server/workflow/nodes/llm/index.js +31 -9
- package/package.json +7 -7
- package/dist/client/462.1708385b148779cd.js +0 -10
- package/dist/client/559.585f80c3bcea0bed.js +0 -10
package/dist/externalVersion.js
CHANGED
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/plugin-acl": "2.1.0-alpha.
|
|
12
|
-
"@nocobase/plugin-workflow": "2.1.0-alpha.
|
|
13
|
-
"@nocobase/client": "2.1.0-alpha.
|
|
14
|
-
"@nocobase/utils": "2.1.0-alpha.
|
|
15
|
-
"@nocobase/client-v2": "2.1.0-alpha.
|
|
16
|
-
"@nocobase/database": "2.1.0-alpha.
|
|
17
|
-
"@nocobase/server": "2.1.0-alpha.
|
|
18
|
-
"@nocobase/plugin-file-manager": "2.1.0-alpha.
|
|
19
|
-
"@nocobase/actions": "2.1.0-alpha.
|
|
20
|
-
"@nocobase/ai": "2.1.0-alpha.
|
|
21
|
-
"langchain": "1.2.
|
|
11
|
+
"@nocobase/plugin-acl": "2.1.0-alpha.46",
|
|
12
|
+
"@nocobase/plugin-workflow": "2.1.0-alpha.46",
|
|
13
|
+
"@nocobase/client": "2.1.0-alpha.46",
|
|
14
|
+
"@nocobase/utils": "2.1.0-alpha.46",
|
|
15
|
+
"@nocobase/client-v2": "2.1.0-alpha.46",
|
|
16
|
+
"@nocobase/database": "2.1.0-alpha.46",
|
|
17
|
+
"@nocobase/server": "2.1.0-alpha.46",
|
|
18
|
+
"@nocobase/plugin-file-manager": "2.1.0-alpha.46",
|
|
19
|
+
"@nocobase/actions": "2.1.0-alpha.46",
|
|
20
|
+
"@nocobase/ai": "2.1.0-alpha.46",
|
|
21
|
+
"langchain": "1.2.39",
|
|
22
22
|
"react": "18.2.0",
|
|
23
23
|
"antd": "5.24.2",
|
|
24
24
|
"@formily/core": "2.3.7",
|
|
25
25
|
"@formily/react": "2.3.7",
|
|
26
|
-
"@nocobase/flow-engine": "2.1.0-alpha.
|
|
26
|
+
"@nocobase/flow-engine": "2.1.0-alpha.46",
|
|
27
27
|
"@ant-design/icons": "5.6.1",
|
|
28
28
|
"@formily/antd-v5": "1.2.3",
|
|
29
29
|
"react-router-dom": "6.30.1",
|
|
@@ -31,22 +31,22 @@ module.exports = {
|
|
|
31
31
|
"@formily/reactive": "2.3.7",
|
|
32
32
|
"ahooks": "3.7.8",
|
|
33
33
|
"lodash": "4.18.1",
|
|
34
|
-
"@langchain/core": "1.1.
|
|
35
|
-
"@langchain/langgraph": "1.1.
|
|
36
|
-
"@nocobase/cache": "2.1.0-alpha.
|
|
34
|
+
"@langchain/core": "1.1.48",
|
|
35
|
+
"@langchain/langgraph": "1.1.5",
|
|
36
|
+
"@nocobase/cache": "2.1.0-alpha.46",
|
|
37
37
|
"@langchain/anthropic": "1.3.17",
|
|
38
|
-
"axios": "1.7.7",
|
|
39
38
|
"@langchain/openai": "1.2.7",
|
|
40
39
|
"@langchain/deepseek": "1.0.11",
|
|
41
40
|
"@langchain/google-genai": "2.1.18",
|
|
42
|
-
"@langchain/ollama": "1.2.
|
|
43
|
-
"@nocobase/acl": "2.1.0-alpha.
|
|
44
|
-
"@nocobase/resourcer": "2.1.0-alpha.
|
|
41
|
+
"@langchain/ollama": "1.2.7",
|
|
42
|
+
"@nocobase/acl": "2.1.0-alpha.46",
|
|
43
|
+
"@nocobase/resourcer": "2.1.0-alpha.46",
|
|
45
44
|
"@emotion/css": "11.13.0",
|
|
46
45
|
"dayjs": "1.11.13",
|
|
47
46
|
"react-i18next": "11.18.6",
|
|
48
|
-
"@nocobase/plugin-data-source-manager": "2.1.0-alpha.
|
|
47
|
+
"@nocobase/plugin-data-source-manager": "2.1.0-alpha.46",
|
|
49
48
|
"@langchain/langgraph-checkpoint": "1.0.0",
|
|
50
|
-
"@nocobase/data-source-manager": "2.1.0-alpha.
|
|
51
|
-
"react-dom": "18.2.0"
|
|
49
|
+
"@nocobase/data-source-manager": "2.1.0-alpha.46",
|
|
50
|
+
"react-dom": "18.2.0",
|
|
51
|
+
"axios": "1.7.7"
|
|
52
52
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM-Dienst",
|
|
109
109
|
"LLM services": "LLM-Dienste",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Test des LLM-Dienstes fehlgeschlagen. Bitte überprüfen Sie die Dienstkonfiguration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "Eine Obergrenze für die Anzahl der Tokens, die für eine Vervollständigung generiert werden können, einschließlich sichtbarer Ausgabe-Tokens und Reasoning-Tokens.",
|
package/dist/locale/en-US.json
CHANGED
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"LLM service": "LLM service",
|
|
152
152
|
"LLM service not configured": "LLM service not configured",
|
|
153
153
|
"LLM services": "LLM services",
|
|
154
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
154
155
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
155
156
|
"Limit": "Limit",
|
|
156
157
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
|
@@ -400,7 +401,7 @@
|
|
|
400
401
|
"Choose the AI employee for this task": "Choose the AI employee for this task",
|
|
401
402
|
"Operator": "Operator",
|
|
402
403
|
"Complete the task using operator permissions": "Complete the task using operator permissions",
|
|
403
|
-
"
|
|
404
|
+
"Leave empty to use AI employee or global default model.": "Leave empty to use AI employee or global default model.",
|
|
404
405
|
"Enter the specific task description": "Enter the specific task description",
|
|
405
406
|
"Attachments": "Attachments",
|
|
406
407
|
"Select the file or image to be sent to the LLM": "Select the file or image to be sent to the LLM",
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM szolgáltatás",
|
|
109
109
|
"LLM services": "LLM szolgáltatások",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Az LLM szolgáltatás tesztje sikertelen. Kérjük, ellenőrizze a szolgáltatás konfigurációját.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "A generálható tokenek maximális határa egy befejezéshez, beleértve a látható kimeneti tokeneket és a gondolkodási tokeneket.",
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "Layanan LLM",
|
|
109
109
|
"LLM services": "Layanan LLM",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Pengujian layanan LLM gagal. Silakan periksa konfigurasi layanan.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "Batas atas jumlah token yang dapat dihasilkan untuk penyelesaian, termasuk token keluaran yang terlihat dan token penalaran.",
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "Servizio LLM",
|
|
109
109
|
"LLM services": "Servizi LLM",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Test del servizio LLM non riuscito. Controllare la configurazione del servizio.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "Un limite superiore per il numero di token che possono essere generati per un completamento, inclusi i token di output visibili e i token di ragionamento.",
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLMサービス",
|
|
109
109
|
"LLM services": "LLMサービス",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLMサービスのテストに失敗しました。サービス設定を確認してください。",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "生成可能なトークン数の上限値(可視出力トークンと推論トークンを含む)。入力トークンと出力トークンの総数はモデルのコンテキスト長制限に準拠します。",
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM 서비스",
|
|
109
109
|
"LLM services": "LLM 서비스",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM 서비스 테스트에 실패했습니다. 서비스 구성을 확인하세요.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "완료에 대해 생성할 수 있는 토큰 수의 상한값으로, 표시 가능한 출력 토큰과 추론 토큰이 포함됩니다.",
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM dienst",
|
|
109
109
|
"LLM services": "LLM diensten",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Test van de LLM-dienst is mislukt. Controleer de serviceconfiguratie.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "Een bovengrens voor het aantal tokens dat kan worden gegenereerd voor een voltooiing, inclusief zichtbare outputtokens en redeneertokens.",
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "Сервис LLM",
|
|
109
109
|
"LLM services": "Сервисы LLM",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "Проверка сервиса LLM не удалась. Проверьте конфигурацию сервиса.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "Верхняя граница количества токенов, которые могут быть сгенерированы для завершения, включая видимые выходные токены и токены рассуждений.",
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/uk-UA.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/vi-VN.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM service test failed. Please check the service configuration.",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"LLM service": "LLM 服务",
|
|
153
153
|
"LLM service not configured": "LLM 服务未配置",
|
|
154
154
|
"LLM services": "LLM 服务",
|
|
155
|
+
"LLM service test failed. Please check the service configuration.": "LLM 服务测试失败,请检查服务配置。",
|
|
155
156
|
"Label for task selection buttons when multiple tasks exist": "多个任务可选时,用于让用户选择任务的按钮标题",
|
|
156
157
|
"Limit": "限制",
|
|
157
158
|
"Max completion tokens description": "限制一次请求中模型生成 completion 的最大 token 数。输入 token 和输出 token 的总长度受模型的上下文长度的限制。",
|
|
@@ -406,7 +407,7 @@
|
|
|
406
407
|
"Choose the AI employee for this task": "为当前任务选择 AI 员工",
|
|
407
408
|
"Operator": "操作者",
|
|
408
409
|
"Complete the task using operator permissions": "用操作者权限完成任务",
|
|
409
|
-
"
|
|
410
|
+
"Leave empty to use AI employee or global default model.": "留空时使用 AI 员工模型或全局默认模型。",
|
|
410
411
|
"Enter the specific task description": "输入具体任务描述",
|
|
411
412
|
"Attachments": "附件",
|
|
412
413
|
"Select the file or image to be sent to the LLM": "选择发送给大模型的文件或图片",
|
package/dist/locale/zh-TW.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"KnowledgeBase": "Knowledge Base",
|
|
108
108
|
"LLM service": "LLM service",
|
|
109
109
|
"LLM services": "LLM services",
|
|
110
|
+
"LLM service test failed. Please check the service configuration.": "LLM 服務測試失敗,請檢查服務設定。",
|
|
110
111
|
"Label for task selection buttons when multiple tasks exist": "Label for task selection buttons when multiple tasks exist",
|
|
111
112
|
"Limit": "Limit",
|
|
112
113
|
"Max completion tokens description": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and reasoning tokens.",
|