mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-14 16:26:57 +08:00
Improve active skill schema handling
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user