mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
chore(ActionExecutor): update comments
This commit is contained in:
@@ -55,6 +55,12 @@ public class ActionExecutor extends AgentRunningSubModule<ActionExecutorInput, V
|
||||
runnerClient = actionCapability.runnerClient();
|
||||
}
|
||||
|
||||
/**
|
||||
* 执行行动
|
||||
*
|
||||
* @param input ActionExecutor 输入内容
|
||||
* @return 无返回,执行结果回写至 input 内部携带的 actionData 中
|
||||
*/
|
||||
@Override
|
||||
public Void execute(ActionExecutorInput input) {
|
||||
List<ImmediateActionData> immediateActions = input.getImmediateActions();
|
||||
|
||||
Reference in New Issue
Block a user