bstraehle commited on
Commit
dff7f0b
·
verified ·
1 Parent(s): 761f5e3

Update agents/tools/ai_tools.py

Browse files
Files changed (1) hide show
  1. agents/tools/ai_tools.py +1 -1
agents/tools/ai_tools.py CHANGED
@@ -25,7 +25,7 @@ from agents.models.prompts import (
25
  PROMPT_ALGEBRAIC_NOTATION,
26
  PROMPT_FINAL_ANSWER
27
  )
28
- from crewai_tools import tool, BrowserbaseLoadTool
29
  from google import genai
30
  from google.genai import types
31
  from utils.utils import (
 
25
  PROMPT_ALGEBRAIC_NOTATION,
26
  PROMPT_FINAL_ANSWER
27
  )
28
+ from crewai.tools import tool
29
  from google import genai
30
  from google.genai import types
31
  from utils.utils import (