Skip to content

Commit 9be8fae

Browse files
committed
update: fix format and update prompt
1 parent 35a97b9 commit 9be8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servers/system_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def weather_system_prompt() -> mcp_messages.SystemMessage:
1313
"""
1414

1515
return mcp_messages.SystemMessage(
16-
"You are a helpful weather agent. You answer questions clearly and simply. "
16+
"You are a helpful weather agent. You answer questions clearly and simply. "
1717
"If you don’t know something, say you don’t have that information."
1818
)
1919

0 commit comments

Comments
 (0)