diff options
| author | sigoden <sigoden@gmail.com> | 2024-11-16 11:24:00 +0800 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-11-16 11:24:00 +0800 |
| commit | aae8dd85c7946fb2dfc65aca599a27f83d2ff70e (patch) | |
| tree | c5af5de98ce8243f7083d7dd7d816a8ef03ef77d /agents/todo/tools.sh | |
| parent | 86aa9106090a0219bac30bc12f5a5bd91949afd9 (diff) | |
| download | llm-functions-docker-aae8dd85c7946fb2dfc65aca599a27f83d2ff70e.tar.gz | |
chore: improve code quality
Diffstat (limited to 'agents/todo/tools.sh')
| -rwxr-xr-x | agents/todo/tools.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agents/todo/tools.sh b/agents/todo/tools.sh index 48efa29..181294a 100755 --- a/agents/todo/tools.sh +++ b/agents/todo/tools.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash set -e -ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}" - # @env LLM_OUTPUT=/dev/stdout The output path +ROOT_DIR="${LLM_ROOT_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}" + # @cmd Add a new todo item # @option --desc! The todo description add_todo() { |
