Update ai_tool.py
Browse files- ai_tool.py +1 -1
ai_tool.py
CHANGED
|
@@ -14,7 +14,7 @@ import random
|
|
| 14 |
from tavily import TavilyClient
|
| 15 |
from playwright.sync_api import sync_playwright
|
| 16 |
from bs4 import BeautifulSoup
|
| 17 |
-
|
| 18 |
# Tool definitions
|
| 19 |
def tool(func: Callable) -> Callable:
|
| 20 |
"""Decorator to mark functions as tools."""
|
|
|
|
| 14 |
from tavily import TavilyClient
|
| 15 |
from playwright.sync_api import sync_playwright
|
| 16 |
from bs4 import BeautifulSoup
|
| 17 |
+
import os
|
| 18 |
# Tool definitions
|
| 19 |
def tool(func: Callable) -> Callable:
|
| 20 |
"""Decorator to mark functions as tools."""
|