Skip to content

Commit 9fa6247

Browse files
committed
fix(agent): sync tool group updates for existing agents
1 parent 8b2f451 commit 9fa6247

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

agentscope-core/src/main/java/io/agentscope/core/ReActAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,4 +1740,4 @@ private void configureSkillBox(Toolkit agentToolkit) {
17401740
hooks.add(new SkillHook(skillBox));
17411741
}
17421742
}
1743-
}
1743+
}

agentscope-core/src/test/java/io/agentscope/core/agent/ReActAgentToolGroupSyncTest.java

Whitespace-only changes.

0 commit comments

Comments
 (0)