From 5782d890d600dc7a8c55d2468731228ebb22b5ec Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Mohanty Date: Fri, 5 Dec 2025 23:04:18 +0530 Subject: [PATCH] Fix docstrings inside summarize tool (#23) --- src/geo_assistant/tools/summarize.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/geo_assistant/tools/summarize.py b/src/geo_assistant/tools/summarize.py index 01bd2fb..ad689cb 100644 --- a/src/geo_assistant/tools/summarize.py +++ b/src/geo_assistant/tools/summarize.py @@ -75,10 +75,6 @@ async def summarize_sat_img( ) -> Command: """Summarize the contents of a satellite image using an LLM. - Args: - img_url: URL of the satellite image to analyze - tool_call_id: Optional ID for tracking the tool call - Returns: Command containing the image summary and metadata