We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fd046 commit ff6121fCopy full SHA for ff6121f
1 file changed
veadk/agent.py
@@ -361,6 +361,11 @@ def load_skills(self):
361
"You can use the skills by calling the `execute_skills` tool.\n\n"
362
)
363
364
+ if self.skills_mode == "local":
365
+ self.instruction += (
366
+ "You can use the skills by calling the `skills_tool` tool.\n\n"
367
+ )
368
+
369
self.tools.append(SkillsToolset(skills, self.skills_mode))
370
else:
371
logger.warning("No skills loaded.")
0 commit comments