From f65ec9e9fe913e5b65e6101b5f8206fdc5dcab44 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 29 May 2026 10:47:15 -0600 Subject: [PATCH] docs: fix typo in config.example.yaml --- config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index c1a790e..e49adce 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -39,7 +39,7 @@ vault_password_file: null # Path to a file containing the password for th # ---- Function Calling ---- # See the [Tools documentation](https://github.com/Dark-Alex-17/coyote/wiki/Tools) for more details -function_calling: true # Enables or disables function calling (Globally). +function_calling_support: 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,fs_read,fs_glob,fs_grep' enabled_tools: null # Which tools to enable by default. (e.g. 'fs,web_search_coyote')