prige commited on
Commit
e239bcc
·
verified ·
1 Parent(s): 8fc4308

Upload tool

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -1,9 +1,9 @@
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
 
3
  import aiohttp
4
  import asyncio
5
  import json
6
- import logging
7
 
8
  class UserLocationTool(Tool):
9
  name = "get_user_location"
 
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
+ import logging
4
  import aiohttp
5
  import asyncio
6
  import json
 
7
 
8
  class UserLocationTool(Tool):
9
  name = "get_user_location"