You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/skills/manage.rs
+47-10Lines changed: 47 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -47,50 +47,77 @@ impl Tool for ManageSkillTool {
47
47
}
48
48
49
49
fndescription(&self) -> &str{
50
-
"Create, list, remove, or get skills at runtime. Provide feedback on skill effectiveness to improve future behavior. Skills are instruction sets injected into the system prompt. Created skills persist across sessions."
50
+
"Create, list, remove, get, or score skills at runtime. \
51
+
Use a single JSON object with the canonical field names defined in this schema. \
52
+
Always provide the exact 'action' string first, then only the fields relevant to that action. \
53
+
Do not invent alias fields or wrapper objects. Skills are instruction sets injected into the system prompt and created skills persist across sessions."
0 commit comments