We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f1657 commit 949aeb1Copy full SHA for 949aeb1
examples/clients/simple-chatbot/mcp_simple_chatbot/main.py
@@ -344,7 +344,7 @@ async def start(self) -> None:
344
"Choose the appropriate tool based on the user's question. "
345
"If no tool is needed, reply directly.\n\n"
346
"IMPORTANT: When you need to use a tool, you must ONLY respond with "
347
- "the exact JSON object format below, nothing else:\n"
+ "the exact JSON object format below without the triple backticks fences, nothing else:\n"
348
"{\n"
349
' "tool": "tool-name",\n'
350
' "arguments": {\n'
0 commit comments