removed redundant comments

This commit is contained in:
Justin Lee 2024-11-06 18:30:55 -08:00
parent b91e2cc201
commit 45e9e3ac4a

View file

@ -265,11 +265,6 @@
" async def run_impl(self, location: str, date: Optional[str] = None) -> Dict[str, Any]:\n", " async def run_impl(self, location: str, date: Optional[str] = None) -> Dict[str, Any]:\n",
" \"\"\"Simulate getting weather data (replace with actual API call).\"\"\"\n", " \"\"\"Simulate getting weather data (replace with actual API call).\"\"\"\n",
" # Mock implementation\n", " # Mock implementation\n",
" # print(\"\"\" {\n",
" # \"temperature\": 72.5,\n",
" # \"conditions\": \"partly cloudy\",\n",
" # \"humidity\": 65.0\n",
" # }\"\"\")\n",
" return [CompletionMessage(\n", " return [CompletionMessage(\n",
" content=\"\"\"{\n", " content=\"\"\"{\n",
" \"temperature\": 72.5,\n", " \"temperature\": 72.5,\n",