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"