refactor: replace skill code with skill ID across the application
- Updated skill handling to use skill IDs instead of skill codes in various components, services, and models. - Modified tests to reflect changes in skill identification. - Removed references to skill codes in favor of skill IDs for consistency and clarity. - Updated localization files to remove skill code references and adjust error messages accordingly.
This commit is contained in:
@@ -54,8 +54,8 @@ error.e0053: "Skill 不存在"
|
||||
error.e0054: "Skill 不存在或未启用"
|
||||
error.e0055: "Skill 名称不能为空"
|
||||
error.e0056: "Skill 未启用"
|
||||
error.e0057: "Skill 编码不能为空"
|
||||
error.e0058: "Skill 编码已存在"
|
||||
error.e0057: "Skill 参数不能为空"
|
||||
error.e0058: "Skill 已存在"
|
||||
error.e0059: "Web渠道配置 position 只能为 left 或 right"
|
||||
error.e0060: "Web渠道配置不合法"
|
||||
error.e0061: "aiAgentId不能为空"
|
||||
@@ -68,7 +68,7 @@ error.e0067: "indexStatus参数不合法"
|
||||
error.e0068: "openKfID不能为空"
|
||||
error.e0069: "openKfId 已被其他渠道使用"
|
||||
error.e0070: "serverCode不能为空"
|
||||
error.e0071: "skillCode不能为空"
|
||||
error.e0071: "skillDefinitionId不能为空"
|
||||
error.e0072: "ticket 不能为空"
|
||||
error.e0073: "toolCode 绑定的 MCP 服务不存在或未启用"
|
||||
error.e0074: "toolCode不能为空"
|
||||
|
||||
Reference in New Issue
Block a user