fix: add get_task_list alias
This commit is contained in:
parent
9ffee5780c
commit
23a04d2b94
@ -467,6 +467,7 @@ class AgentExecutor:
|
||||
"create_project": self._t_create_project,
|
||||
"create_task": self._t_create_task,
|
||||
"list_tasks": self._t_list_tasks,
|
||||
"get_task_list": self._t_list_tasks, # 别名
|
||||
"task_detail": self._t_task_detail,
|
||||
"get_task": self._t_task_detail, # 别名
|
||||
"start_agents": self._t_start_agents,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user