Skip to content

Commit a179d03

Browse files
adarsh-craftsDanztee
authored andcommitted
chore: remove unused WeatherParams class and import (openai#82)
Removes the unused `WeatherParams` class and its corresponding `BaseModel` import from `pydantic`. This code was not referenced anywhere in the script. Removing it reduces clutter. Co-authored-by: Adarsh N <[email protected]>
1 parent 0189193 commit a179d03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/agents-sdk-python/example.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
function_tool,
1414
)
1515
from agents.mcp import MCPServerStdio
16-
from pydantic import BaseModel
17-
18-
19-
class WeatherParams(BaseModel):
20-
location: str
2116

2217

2318
async def prompt_user(question: str) -> str:

0 commit comments

Comments
 (0)