We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a97b9 commit 9be8faeCopy full SHA for 9be8fae
1 file changed
examples/servers/system_prompt.py
@@ -13,7 +13,7 @@ def weather_system_prompt() -> mcp_messages.SystemMessage:
13
"""
14
15
return mcp_messages.SystemMessage(
16
- "You are a helpful weather agent. You answer questions clearly and simply. "
+ "You are a helpful weather agent. You answer questions clearly and simply. "
17
"If you don’t know something, say you don’t have that information."
18
)
19
0 commit comments