aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-21 23:26:05 +0000
committersigoden <sigoden@gmail.com>2024-06-21 23:26:05 +0000
commit8c1f1699ffc7581c378597a7310c5fc5aeaef56d (patch)
tree276e71c144572a45a461b540d80aa8f8f5474d6a /README.md
parentadfb7c2b49ba4ba691e89683afa700eabbb3388c (diff)
downloadllm-functions-docker-8c1f1699ffc7581c378597a7310c5fc5aeaef56d.tar.gz
chore: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9690a69..f50da50 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Now you can interact with your LLM using natural language prompts that trigger y
![execute-type-showcase](https://github.com/sigoden/llm-functions/assets/4012553/1dbc345f-daf9-4d65-a49f-3df8c7df1727)
-![agent-showcase](https://github.com/sigoden/llm-functions/assets/4012553/b4411eeb-d79c-4245-8ec2-dd424ba25621)
+![agent-showcase](https://github.com/sigoden/llm-functions/assets/4012553/05e1e57e-3bcc-4504-b78f-c36b27d16bfd)
## 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?
```