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 /agents/demo/index.yaml | |
| parent | 0dbdc9e7109b77895743a6d8d11b83caf906e726 (diff) | |
| download | llm-functions-docker-02e335c99526fe52dee0d0a016aee6bf62d874c2.tar.gz | |
refactor: demo tools/agents (#67)
Diffstat (limited to 'agents/demo/index.yaml')
| -rw-r--r-- | agents/demo/index.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/agents/demo/index.yaml b/agents/demo/index.yaml new file mode 100644 index 0000000..44cd616 --- /dev/null +++ b/agents/demo/index.yaml @@ -0,0 +1,17 @@ +name: Demo +description: This is demo agent. +version: 0.1.0 +instructions: | + You are a AI agent designed to demonstrate agent capabilities. + Use prefer language {{lang}} to answer the question, regardless of the input language. + When the user asks for the system info, retrieve it by running the get_sysinfo tool. + When the user asks for the current time, retrieve it by using the get_current_time tool. +variables: + - name: lang + description: Your prefer language +conversation_starters: + - What is the prefer language + - Show me the system info + - Tell me the current time +documents: + - https://raw.githubusercontent.com/sigoden/llm-functions/main/README.md
\ No newline at end of file |
