diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-21 23:26:05 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-06-21 23:26:05 +0000 |
| commit | 8c1f1699ffc7581c378597a7310c5fc5aeaef56d (patch) | |
| tree | 276e71c144572a45a461b540d80aa8f8f5474d6a /README.md | |
| parent | adfb7c2b49ba4ba691e89683afa700eabbb3388c (diff) | |
| download | llm-functions-docker-8c1f1699ffc7581c378597a7310c5fc5aeaef56d.tar.gz | |
chore: update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ Now you can interact with your LLM using natural language prompts that trigger y  - + ## Writing Your Own Tools @@ -142,7 +142,7 @@ The agent definition file (`index.yaml`) defines crucial aspects of your agent: name: TestAgent description: This is test agent version: v0.1.0 -instructions: You are a test agent to ... +instructions: You are a test ai agent to ... conversation_starters: - What can you do? ``` |
