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 07ae8c0 commit 44754d6Copy full SHA for 44754d6
README.md
@@ -400,7 +400,7 @@ def get_weather(city: str) -> WeatherData:
400
"""Get weather for a city - returns structured data."""
401
# Simulated weather data
402
return WeatherData(
403
- temperature=72.5,
+ temperature=22.5,
404
humidity=45.0,
405
condition="sunny",
406
wind_speed=5.2,
examples/snippets/servers/structured_output.py
@@ -24,7 +24,7 @@ def get_weather(city: str) -> WeatherData:
24
25
26
27
28
29
30
0 commit comments