Skip to content
2 changes: 1 addition & 1 deletion examples/clients/simple-chatbot/mcp_simple_chatbot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ async def start(self) -> None:
"Choose the appropriate tool based on the user's question. "
"If no tool is needed, reply directly.\n\n"
"IMPORTANT: When you need to use a tool, you must ONLY respond with "
"the exact JSON object format below, nothing else:\n"
"the exact JSON object format below without the triple backticks fences, nothing else:\n"
"{\n"
' "tool": "tool-name",\n'
' "arguments": {\n'
Expand Down