From f983cdad1effa322765a97ece3492a1d2f826c58 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 11 Jan 2026 10:19:19 -0700 Subject: [PATCH] Fix --- system-prompts/tool-description-bash.md | 4 ++-- system-prompts/tool-description-task.md | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/system-prompts/tool-description-bash.md b/system-prompts/tool-description-bash.md index 417b7f8..3c83e3f 100644 --- a/system-prompts/tool-description-bash.md +++ b/system-prompts/tool-description-bash.md @@ -51,8 +51,8 @@ Usage notes: - Write files: Use ${WRITE_TOOL_NAME} (NOT echo >/cat < user: "Please write a function that checks if a number is prime" assistant: Sure let me write a function that checks if a number is prime -assistant: First let me use the ${PROCESS_OBJECT} tool to write a function that checks if a number is prime -assistant: I'm going to use the ${PROCESS_OBJECT} tool to write the following code: +assistant: First let me use the ${WRITE_TOOL} tool to write a function that checks if a number is prime +assistant: I'm going to use the ${WRITE_TOOL} tool to write the following code: function isPrime(n) { if (n <= 1) return false @@ -69,7 +69,7 @@ function isPrime(n) { Since a significant piece of code was written and the task was completed, now use the test-runner agent to run the tests assistant: Now let me use the test-runner agent to run the tests -assistant: Uses the ${IS_TRUTHY_FN.name} tool to launch the test-runner agent +assistant: Uses the ${TASK_TOOL_OBJECT.name} tool to launch the test-runner agent @@ -77,5 +77,5 @@ user: "Hello" Since the user is greeting, use the greeting-responder agent to respond with a friendly joke -assistant: "I'm going to use the ${IS_TRUTHY_FN.name} tool to launch the greeting-responder agent" +assistant: "I'm going to use the ${TASK_TOOL_OBJECT.name} tool to launch the greeting-responder agent"