refactor conversation

This commit is contained in:
bridge
2025-12-18 21:52:00 +08:00
parent 3ca5333246
commit acf7d9dd35
36 changed files with 109 additions and 51 deletions

View File

@@ -15,8 +15,8 @@ ALL_ACTUAL_ACTION_NAMES = [cls.__name__ for cls in ALL_ACTUAL_ACTION_CLASSES]
def _build_action_info(action):
info = {
"comment": action.COMMENT,
"requirements": action.DOABLES_REQUIREMENTS,
"desc": action.DESC,
"require": action.DOABLES_REQUIREMENTS,
}
if action.PARAMS:
info["params"] = action.PARAMS