diff --git a/docs/agents.md b/docs/agents.md index 5dbd775a6..d71fa3ec1 100644 --- a/docs/agents.md +++ b/docs/agents.md @@ -16,7 +16,7 @@ from agents import Agent, ModelSettings, function_tool @function_tool def get_weather(city: str) -> str: - """returns weather info for the specified city.""" + """returns weather info for the specified city.""" return f"The weather in {city} is sunny" agent = Agent(