aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-26 21:49:52 +0800
committerGitHub <noreply@github.com>2024-06-26 21:49:52 +0800
commit79491fc14b4bb563346ace15ef91c6022c363b51 (patch)
treea28f54eba49ac60da0f317c01dba51f274d5d32b /README.md
parent8c1f1699ffc7581c378597a7310c5fc5aeaef56d (diff)
downloadllm-functions-docker-79491fc14b4bb563346ace15ef91c6022c363b51.tar.gz
feat: add scripts/crawler.mjs (#45)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f50da50..7fa267f 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ The agent has the following folder structure:
```
└── agents
└── myagent
- ├── embeddings/ # Contains RAG files for knownledge
+ ├── embeddings/ # Contains RAG files for knowledge
├── functions.json # Function declarations file (Auto-generated)
├── index.yaml # Agent definition file
└── tools.{sh,js,py} # Agent tools script