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.
2 parents 7dedce6 + c272ae9 commit c6cb3bbCopy full SHA for c6cb3bb
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