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 not found."
|
||||
error.e0054: "Skill not found or not enabled."
|
||||
error.e0055: "Enter a Skill name."
|
||||
error.e0056: "Skill is not enabled."
|
||||
error.e0057: "Enter a Skill code."
|
||||
error.e0058: "This Skill code is already in use."
|
||||
error.e0057: "Skill is required."
|
||||
error.e0058: "This Skill already exists."
|
||||
error.e0059: "Web channel position must be left or right."
|
||||
error.e0060: "Invalid web channel configuration."
|
||||
error.e0061: "AI Agent ID is required."
|
||||
@@ -68,7 +68,7 @@ error.e0067: "Invalid index status."
|
||||
error.e0068: "openKfID is required."
|
||||
error.e0069: "This openKfId is already used by another channel."
|
||||
error.e0070: "Server code is required."
|
||||
error.e0071: "Skill code is required."
|
||||
error.e0071: "Skill definition ID is required."
|
||||
error.e0072: "Ticket is required."
|
||||
error.e0073: "The MCP server bound to this tool code does not exist or is not enabled."
|
||||
error.e0074: "Tool code is required."
|
||||
|
||||
Reference in New Issue
Block a user