diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -495,6 +495,11 @@ the whole session in chat mode and drop after the reply in one-shot mode. `max_searches` caps the total tool rounds per turn here too, so skills load and searches share the same per-turn budget. +Skill text is injected verbatim into the system prompt. Skills are +user-authored files in a directory you control, trusted the same way the +prompts in `prompts/` are, but treat a skill downloaded from elsewhere like +any other untrusted instructions. + ### External providers llamachat can talk to OpenAI-compatible cloud providers alongside the local |
