diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-09 21:17:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 21:17:12 +0800 |
| commit | 02e335c99526fe52dee0d0a016aee6bf62d874c2 (patch) | |
| tree | 48d347d9d1652cfa62ec778de65509952534b8ff /README.md | |
| parent | 0dbdc9e7109b77895743a6d8d11b83caf906e726 (diff) | |
| download | llm-functions-docker-02e335c99526fe52dee0d0a016aee6bf62d874c2.tar.gz | |
refactor: demo tools/agents (#67)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |
