chore: update readme

This commit is contained in:
sigoden
2024-06-21 23:26:05 +00:00
parent adfb7c2b49
commit 8c1f1699ff
+2 -2
View File
@@ -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) ![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 ## Writing Your Own Tools
@@ -142,7 +142,7 @@ The agent definition file (`index.yaml`) defines crucial aspects of your agent:
name: TestAgent name: TestAgent
description: This is test agent description: This is test agent
version: v0.1.0 version: v0.1.0
instructions: You are a test agent to ... instructions: You are a test ai agent to ...
conversation_starters: conversation_starters:
- What can you do? - What can you do?
``` ```