diff options
| author | sigoden <sigoden@gmail.com> | 2024-11-16 20:45:15 +0800 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-11-16 20:45:15 +0800 |
| commit | 6c621a677dc8205c841711c4071b3fcd3366b1a7 (patch) | |
| tree | 723085abb14773adecdd5bf26b57fd84b1d0b132 | |
| parent | aae8dd85c7946fb2dfc65aca599a27f83d2ff70e (diff) | |
| download | llm-functions-docker-6c621a677dc8205c841711c4071b3fcd3366b1a7.tar.gz | |
chore: update readme of demo agent
| -rw-r--r-- | agents/demo/README.md | 2 |
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. |
