From b648215eb2353c46a5023666319d002227b9b4de Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 23 Mar 2026 12:32:33 +0100 Subject: [PATCH] add readme mention --- tools/server/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/server/README.md b/tools/server/README.md index 72f3c8e534..bb4edf6e6d 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -290,6 +290,12 @@ It is currently available in the following endpoints: For more details, please refer to [multimodal documentation](../../docs/multimodal.md) +### Built-in tools support + +The server includes a set of built-in tools that enable the LLM to access the local file system directly from the Web UI. + +To use this feature, start the server with `--tools all`. You can also enable only specific tools by passing a comma-separated list: `--tools name1,name2,...`. Run `--help` for the full list of available tool names. + ## Build `llama-server` is built alongside everything else from the root of the project