aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-11-16 20:45:15 +0800
committersigoden <sigoden@gmail.com>2024-11-16 20:45:15 +0800
commit6c621a677dc8205c841711c4071b3fcd3366b1a7 (patch)
tree723085abb14773adecdd5bf26b57fd84b1d0b132
parentaae8dd85c7946fb2dfc65aca599a27f83d2ff70e (diff)
downloadllm-functions-docker-6c621a677dc8205c841711c4071b3fcd3366b1a7.tar.gz
chore: update readme of demo agent
-rw-r--r--agents/demo/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/agents/demo/README.md b/agents/demo/README.md
index 856c7ff..8793eb6 100644
--- a/agents/demo/README.md
+++ b/agents/demo/README.md
@@ -54,6 +54,8 @@ documents:
- https://example.com/remote-file.txt
```
+> All local files and directories are relative to the agent directory (where index.yaml is located).
+
## tools.{sh,js,py}
The tool script implements agent-specific tools.