aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-09 21:17:12 +0800
committerGitHub <noreply@github.com>2024-07-09 21:17:12 +0800
commit02e335c99526fe52dee0d0a016aee6bf62d874c2 (patch)
tree48d347d9d1652cfa62ec778de65509952534b8ff /README.md
parent0dbdc9e7109b77895743a6d8d11b83caf906e726 (diff)
downloadllm-functions-docker-02e335c99526fe52dee0d0a016aee6bf62d874c2.tar.gz
refactor: demo tools/agents (#67)
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 10a6656..cccf5f5 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ The agent definition file (`index.yaml`) defines crucial aspects of your agent:
```yaml
name: TestAgent
description: This is test agent
-version: v0.1.0
+version: 0.1.0
instructions: You are a test ai agent to ...
conversation_starters:
- What can you do?