This commit is contained in:
Ben Cherry
2025-07-10 11:46:35 -07:00
parent cda53ff08b
commit b8eabc59ac
3 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Assistant(Agent):
async def lookup_weather(self, context: RunContext, location: str):
"""Use this tool to look up current weather information in the given location.
If the location is not supported by the weather service, the tool will indicate this.
If the location is not supported by the weather service, the tool will indicate this. You must tell the user the location's weather is unavailable.
Args:
location: The location to look up weather information for (e.g. city name)