From: Svjatoslav Agejenko Date: Tue, 2 Dec 2025 19:15:32 +0000 (+0200) Subject: Update `task_directory` to `tasks_directory` in examples and documentation for consis... X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;h=515c5b595ac4bf1748734f90bfa680d25306d69a;p=alyverkko-cli.git Update `task_directory` to `tasks_directory` in examples and documentation for consistency --- diff --git a/doc/examples/alyverkko-cli.yaml b/doc/examples/alyverkko-cli.yaml index f931d6e..5becf00 100644 --- a/doc/examples/alyverkko-cli.yaml +++ b/doc/examples/alyverkko-cli.yaml @@ -1,4 +1,4 @@ -task_directory: "/home/user/AI/tasks" +tasks_directory: "/home/user/AI/tasks" models_directory: "/home/user/AI/models" default_temperature: 0.7 llama_cpp_dir_path: "/home/user/AI/llama.cpp/" diff --git a/doc/index.org b/doc/index.org index 027ccf5..87ab3e7 100644 --- a/doc/index.org +++ b/doc/index.org @@ -414,7 +414,7 @@ The application is configured using a YAML-formatted configuration file. Below is an example of how the configuration file might look: #+begin_src yaml - task_directory: "/home/user/AI/tasks" + tasks_directory: "/home/user/AI/tasks" models_directory: "/home/user/AI/models" skills_directory: "/home/user/AI/skills" llama_cli_path: "/home/user/AI/llama.cpp/build/bin/llama-cli"