Skip to content

Commit a4e06b4

Browse files
committed
chore: Fix spelling - weather
Signed-off-by: Josh Soref <[email protected]>
1 parent 659ecc8 commit a4e06b4

File tree

1 file changed

+2
-2
lines changed
  • contributing/samples/fields_output_schema

1 file changed

+2
-2
lines changed

contributing/samples/fields_output_schema/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pydantic import BaseModel
1717

1818

19-
class WeahterData(BaseModel):
19+
class WeatherData(BaseModel):
2020
temperature: str
2121
humidity: str
2222
wind_speed: str
@@ -43,6 +43,6 @@ class WeahterData(BaseModel):
4343
* wind_speed: 13 mph
4444
4545
""",
46-
output_schema=WeahterData,
46+
output_schema=WeatherData,
4747
output_key='weather_data',
4848
)

0 commit comments

Comments
 (0)