feat(ECR-028): AICoreConfig ToolDefinition 只读并 Closed

ToolDefinition catalog (000029) · Loop continuous.
This commit is contained in:
jackyu66git
2026-08-08 03:14:30 +08:00
parent 1f572c4151
commit 00d9ed5610
25 changed files with 457 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ func (h *AdminHandler) Register(api *gin.RouterGroup) {
h.registerCMS(authed)
h.registerCMSPublications(authed)
h.registerKnowledgeChunks(authed)
h.registerToolDefinitions(authed)
}
func (h *AdminHandler) Login(c *gin.Context) {