mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 20:06:06 +00:00
fix(skill): remove auto activation setting
This commit is contained in:
@@ -1346,9 +1346,6 @@ const enUS = {
|
||||
'Used as the skill directory name. Only letters, numbers, hyphens and underscores.',
|
||||
skillDescription: 'Skill Description',
|
||||
skillInstructions: 'Instructions',
|
||||
autoActivate: 'Auto Activate',
|
||||
autoActivateDescription:
|
||||
'When enabled, the Agent may match and activate this skill based on its description during conversations.',
|
||||
saveSuccess: 'Saved successfully',
|
||||
saveError: 'Save failed: ',
|
||||
createSuccess: 'Created successfully',
|
||||
|
||||
@@ -1290,9 +1290,6 @@ const zhHans = {
|
||||
skillSlugHelp: '用作技能目录名,仅支持英文字母、数字、连字符和下划线。',
|
||||
skillDescription: '技能描述',
|
||||
skillInstructions: '指令内容',
|
||||
autoActivate: '自动激活',
|
||||
autoActivateDescription:
|
||||
'开启后,Agent 会在对话中根据技能描述自动匹配并激活此技能。',
|
||||
saveSuccess: '保存成功',
|
||||
saveError: '保存失败:',
|
||||
createSuccess: '创建成功',
|
||||
|
||||
@@ -1360,9 +1360,6 @@ const zhHant = {
|
||||
skillSlugHelp: '用作技能目錄名,僅支援英文字母、數字、連字符和底線。',
|
||||
skillDescription: '技能描述',
|
||||
skillInstructions: '指令內容',
|
||||
autoActivate: '自動啟用',
|
||||
autoActivateDescription:
|
||||
'開啟後,Agent 會在對話中根據技能描述自動匹配並啟用此技能。',
|
||||
saveSuccess: '儲存成功',
|
||||
saveError: '儲存失敗:',
|
||||
createSuccess: '創建成功',
|
||||
|
||||
Reference in New Issue
Block a user