Skip to content

Commit 35fc726

Browse files
zlt2000Copilot
andauthored
Update examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials/SkillExample.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e752e97 commit 35fc726

File tree

1 file changed

+1
-1
lines changed
  • examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials

1 file changed

+1
-1
lines changed

examples/documentation/src/main/java/com/alibaba/cloud/ai/examples/documentation/framework/tutorials/SkillExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static SkillsAgentHook autoReloadSkills(SkillRegistry registry) {
135135
.autoReload(true) // 每次执行 Agent 前调用 registry.reload()
136136
.build();
137137

138-
System.out.println("Hook configured with auto-reload: " + hook);
138+
System.out.println("Hook configured with auto-reload: " + hook.getClass().getSimpleName());
139139
return hook;
140140
}
141141

0 commit comments

Comments
 (0)