diff --git a/packages/core/src/tools/agent/agent.ts b/packages/core/src/tools/agent/agent.ts
index 66f3994fae..c37c9aa701 100644
--- a/packages/core/src/tools/agent/agent.ts
+++ b/packages/core/src/tools/agent/agent.ts
@@ -602,7 +602,6 @@ Example usage:
"test-runner": use this agent after you are done writing code to run tests
-"greeting-responder": use this agent to respond to user greetings with a friendly joke
@@ -622,14 +621,6 @@ Since a significant piece of code was written and the task was completed, now us
assistant: Uses the ${ToolNames.AGENT} tool to launch the test-runner agent
-
-
-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 ${ToolNames.AGENT} tool to launch the greeting-responder agent"
-
`;
// Update description using object property assignment since it's readonly