Skip to content

Commit 4997c33

Browse files
committed
格式化代码
1 parent 28e280c commit 4997c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/planning/executor/AbstractPlanExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ protected BaseAgent getExecutorForStep(String stepType, ExecutionContext context
143143
for (DynamicAgentEntity agent : agents) {
144144
if (agent.getAgentName().equalsIgnoreCase(stepType)) {
145145
BaseAgent executor = agentService.createDynamicBaseAgent(agent.getAgentName(),
146-
context.getPlan().getCurrentPlanId(), context.getPlan().getRootPlanId(),
147-
initSettings, expectedReturnInfo);
146+
context.getPlan().getCurrentPlanId(), context.getPlan().getRootPlanId(), initSettings,
147+
expectedReturnInfo);
148148
// Set thinkActRecordId from context for sub-plan executions
149149
if (context.getThinkActRecordId() != null) {
150150
executor.setThinkActRecordId(context.getThinkActRecordId());

0 commit comments

Comments
 (0)