mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
removed redundant comments
This commit is contained in:
parent
b91e2cc201
commit
45e9e3ac4a
1 changed files with 2 additions and 7 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue