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 7dedce6 commit c272ae9Copy full SHA for c272ae9
docs/quickstart/server.mdx
@@ -896,7 +896,7 @@ public class WeatherService {
896
897
@Tool(description = "Get weather alerts for a US state")
898
public String getAlerts(
899
- @ToolParam(description = "Two-letter US state code (e.g. CA, NY)" String state
+ @ToolParam(description = "Two-letter US state code (e.g. CA, NY)") String state
900
) {
901
// Returns active alerts including:
902
// - Event type
0 commit comments