Add coordinate tool flow and tighten tool usage

Introduce ENU offset tool support with controlled tool-call handling, update prompts to gate coordinate tooling, and enable jinja tools in startup.
This commit is contained in:
2026-01-19 15:01:04 +08:00
parent b68883e4e0
commit ffb9aee730
5 changed files with 230 additions and 6 deletions

View File

@@ -235,6 +235,7 @@ start_services() {
--gpu-layers 36 \
--host 0.0.0.0 \
-c 8192 \
--jinja \
> "${LOG_DIR}/inference_model.log" 2>&1 &
local inference_pid=$!
echo $inference_pid >> "${PID_FILE}"