We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08155b8 commit 25d9551Copy full SHA for 25d9551
1 file changed
tests/test_tools.py
@@ -24,7 +24,9 @@
24
def weather_tool_model():
25
class WeatherRequest(BaseModel):
26
"""Get weather for location."""
27
+
28
location: str
29
30
return WeatherRequest
31
32
0 commit comments