From c4fd0d0f3c9154f8acebfe053aebcac943f648ad Mon Sep 17 00:00:00 2001 From: SearchSavior Date: Tue, 8 Sep 2026 20:32:20 -0400 Subject: [PATCH] update openarc add with tool-call-parser docs --- docs/commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index bcd3515..60f9422 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -22,6 +22,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type \ --device + --tool-call-parser ``` To see what options you have for `--device`, use `openarc tool device-detect`. @@ -36,6 +37,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type llm \ --device + --tool-call-parser # text only models currently supported use hermes style in most cases ``` === "VLM" @@ -47,6 +49,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type vlm \ --device + --tool-call-parser ``` === "Whisper"