Skip to content

Commit 8ce8c4a

Browse files
authored
Merge branch 'main' into add-systemprompt-client
2 parents 7c54dc6 + c6cb3bb commit 8ce8c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart/server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ public class WeatherService {
896896

897897
@Tool(description = "Get weather alerts for a US state")
898898
public String getAlerts(
899-
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)" String state
899+
@ToolParam(description = "Two-letter US state code (e.g. CA, NY)") String state
900900
) {
901901
// Returns active alerts including:
902902
// - Event type

0 commit comments

Comments
 (0)