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 160f237 commit 621be69Copy full SHA for 621be69
contributing/samples/fields_output_schema/agent.py
@@ -16,7 +16,7 @@
16
from pydantic import BaseModel
17
18
19
-class WeahterData(BaseModel):
+class WeatherData(BaseModel):
20
temperature: str
21
humidity: str
22
wind_speed: str
@@ -43,6 +43,6 @@ class WeahterData(BaseModel):
43
* wind_speed: 13 mph
44
45
""",
46
- output_schema=WeahterData,
+ output_schema=WeatherData,
47
output_key='weather_data',
48
)
0 commit comments