Improve active skill schema handling

This commit is contained in:
lky-spec
2026-04-26 11:58:29 +08:00
parent 9ee931ee30
commit 903eb591eb
25 changed files with 1401 additions and 673 deletions

View File

@@ -47,8 +47,8 @@ func normalizeAtomicSkillAction(skill, action string) string {
case "query_binding":
return "query_detail"
case "update":
return "update_name"
case "update_name", "update_bindings", "configure_strategy", "configure_exchange", "configure_model":
return "update_bindings"
case "update_bindings", "configure_strategy", "configure_exchange", "configure_model":
return action
}
case "exchange_management":