mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-09 06:19:04 +02:00
a7fb22fc50
Previously, unknown tool names passed via --tools were silently ignored. Now the server validates each tool name at startup and exits with an error if an unrecognized tool is specified, listing the available tools. Assisted-by: llama.cpp:local pi