Update tools/ai_tools.py
Browse files- tools/ai_tools.py +1 -0
tools/ai_tools.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
|
|
|
3 |
from google import genai
|
4 |
from google.genai import types
|
5 |
|
|
|
1 |
import os
|
2 |
|
3 |
+
from crewai.tools import tool
|
4 |
from google import genai
|
5 |
from google.genai import types
|
6 |
|