From 515c5b595ac4bf1748734f90bfa680d25306d69a Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 2 Dec 2025 21:15:32 +0200 Subject: [PATCH] Update `task_directory` to `tasks_directory` in examples and documentation for consistency --- doc/examples/alyverkko-cli.yaml | 2 +- doc/index.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1