bwilkie commited on
Commit
aa39e68
·
verified ·
1 Parent(s): a3b2d57

Update ai_tool.py

Browse files
Files changed (1) hide show
  1. 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."""