Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44dc17f

Browse files
committed
chore: Fix spelling - weather
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 3bd7925 commit 44dc17f

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)

AltStyle によって変換されたページ (->オリジナル) /