summaryrefslogtreecommitdiff
path: root/pi/agent/extensions/nemotron-tool-repair/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pi/agent/extensions/nemotron-tool-repair/index.ts')
-rw-r--r--pi/agent/extensions/nemotron-tool-repair/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/pi/agent/extensions/nemotron-tool-repair/index.ts b/pi/agent/extensions/nemotron-tool-repair/index.ts
index 3eb1e87..9bb8f94 100644
--- a/pi/agent/extensions/nemotron-tool-repair/index.ts
+++ b/pi/agent/extensions/nemotron-tool-repair/index.ts
@@ -36,15 +36,15 @@ Additional tool-use discipline for this model:
- Do not emit example tool-call markup or pseudo-tool syntax for the user to read.
- Emit at most one tool invocation at a time, then wait for the tool result.
- After a tool result, continue from that result instead of restating the plan.
-- There is no "submit" tool. When your task is complete, respond with your final answer directly. If you are working on a tracked task, mark it done via bash: ~/go/bin/ask done <id>.
+- There is no "submit" tool. When your task is complete, respond with your final answer directly. If you are working on a tracked task, mark it done via bash: ask done <id>.
`.trim();
// Qwen Coder models are trained on agent frameworks that include a "submit" tool
// as a task-completion signal. Since no such tool exists here, calling it causes
-// a "Tool submit not found" error. Redirect to a final answer or ~/go/bin/ask done instead.
+// a "Tool submit not found" error. Redirect to a final answer or ask done instead.
const QWEN_TOOL_DISCIPLINE = `
Additional tool-use discipline for this model:
-- There is no "submit" tool. When your task is complete, respond with your final answer directly. If you are working on a tracked task, mark it done via bash: ~/go/bin/ask done <id>.
+- There is no "submit" tool. When your task is complete, respond with your final answer directly. If you are working on a tracked task, mark it done via bash: ask done <id>.
`.trim();
interface FileModelConfig {