Skip to content

Commit 949aeb1

Browse files
committed
fix: fix the system message in simple-chatbot example
1 parent c0f1657 commit 949aeb1

File tree

1 file changed

+1
-1
lines changed
  • examples/clients/simple-chatbot/mcp_simple_chatbot

1 file changed

+1
-1
lines changed

examples/clients/simple-chatbot/mcp_simple_chatbot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ async def start(self) -> None:
344344
"Choose the appropriate tool based on the user's question. "
345345
"If no tool is needed, reply directly.\n\n"
346346
"IMPORTANT: When you need to use a tool, you must ONLY respond with "
347-
"the exact JSON object format below, nothing else:\n"
347+
"the exact JSON object format below without the triple backticks fences, nothing else:\n"
348348
"{\n"
349349
' "tool": "tool-name",\n'
350350
' "arguments": {\n'

0 commit comments

Comments
 (0)