There was an error while loading. Please reload this page.
1 parent 46101cb commit a16da90Copy full SHA for a16da90
docs/agents.md
@@ -16,6 +16,7 @@ from agents import Agent, ModelSettings, function_tool
16
17
@function_tool
18
def get_weather(city: str) -> str:
19
+ """returns weather info for the specified city."""
20
return f"The weather in {city} is sunny"
21
22
agent = Agent(
0 commit comments