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 a490e62 commit 122ec73Copy full SHA for 122ec73
examples/basic/tools.py
@@ -18,7 +18,6 @@ def get_weather(city: Annotated[str, "The city to get the weather for"]) -> Weat
18
print("[debug] get_weather called")
19
return Weather(city=city, temperature_range="14-20C", conditions="Sunny with wind.")
20
21
-
22
agent = Agent(
23
name="Hello world",
24
instructions="You are a helpful agent.",
0 commit comments