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 af2c937 commit 70cb5b0Copy full SHA for 70cb5b0
quickstart/server.mdx
@@ -851,7 +851,7 @@ public class WeatherService {
851
852
@Tool(description = "Get weather alerts for a US state")
853
public String getAlerts(
854
- @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
855
) {
856
// Returns active alerts including:
857
// - Event type
0 commit comments