From 2719c7320aa184abedff71ac000a988ca34c619e Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 6 Nov 2025 18:02:17 -0700 Subject: [PATCH] refactor: Migrated around the location of some of the more large documents for documentation --- config.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index e87a8c8..754d63e 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -38,7 +38,7 @@ right_prompt: vault_password_file: null # Path to a file containing the password for the Loki vault (cannot be a secret template) # ---- Function Calling ---- -# See the [Tools documentation](./docs/TOOLS.md) for more details +# See the [Tools documentation](./docs/function-calling/TOOLS.md) for more details function_calling: true # Enables or disables function calling (Globally). mapping_tools: # Alias for a tool or toolset fs: 'fs_cat,fs_ls,fs_mkdir,fs_rm,fs_write' @@ -127,6 +127,7 @@ document_loaders: sh -c "yek $1 --json | jq 'map({ path: .filename, contents: .content })'" # ---- Clients ---- +# See the [Clients documentation](./docs/clients/CLIENTS.md) for more details clients: # All clients have the following configuration: # - type: xxxx