diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-26 21:49:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 21:49:52 +0800 |
| commit | 79491fc14b4bb563346ace15ef91c6022c363b51 (patch) | |
| tree | a28f54eba49ac60da0f317c01dba51f274d5d32b /README.md | |
| parent | 8c1f1699ffc7581c378597a7310c5fc5aeaef56d (diff) | |
| download | llm-functions-docker-79491fc14b4bb563346ace15ef91c6022c363b51.tar.gz | |
feat: add scripts/crawler.mjs (#45)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
