Fix skill instruction/tool injection in system prompts
This commit is contained in:
parent
f2ffd653de
commit
3733856093
5 changed files with 181 additions and 172 deletions
|
|
@ -102,6 +102,8 @@ Runtime in-chat commands (Telegram/Discord while channel server is running):
|
|||
- `zeroclaw skills install <source>`
|
||||
- `zeroclaw skills remove <name>`
|
||||
|
||||
Skill manifests (`SKILL.toml`) support `prompts` and `[[tools]]`; both are injected into the agent system prompt at runtime, so the model can follow skill instructions without manually reading skill files.
|
||||
|
||||
### `migrate`
|
||||
|
||||
- `zeroclaw migrate openclaw [--source <path>] [--dry-run]`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue