diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-30 15:09:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 15:09:18 +0800 |
| commit | 3e8b7b2e4528074594c5c27bea663aec4c517e21 (patch) | |
| tree | 1505949cd4acc1f1e049c48cb87a5846096ca6fa /agents/demo/index.yaml | |
| parent | 213d1b3fd72d2572050402b6be25cad590a9cb95 (diff) | |
| download | llm-functions-docker-3e8b7b2e4528074594c5c27bea663aec4c517e21.tar.gz | |
refactor: demo agent with `LLM_AGENT_VAR_*` (#82)
Diffstat (limited to 'agents/demo/index.yaml')
| -rw-r--r-- | agents/demo/index.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agents/demo/index.yaml b/agents/demo/index.yaml index 18116b6..5b718be 100644 --- a/agents/demo/index.yaml +++ b/agents/demo/index.yaml @@ -2,10 +2,10 @@ name: Demo description: This is demo agent. version: 0.1.0 instructions: | - You are a AI agent designed to demonstrate agent capabilities. + You are a AI agent designed to demonstrate agent capabilities. <tools> - __TOOLS__ + {{__tools__}} </tools> <system> |
