Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -7,6 +7,7 @@ from crewai_tools import (
|
|
| 7 |
WebsiteSearchTool
|
| 8 |
)
|
| 9 |
from google import genai
|
|
|
|
| 10 |
#from openai import OpenAI
|
| 11 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 12 |
from phoenix.otel import register
|
|
|
|
| 7 |
WebsiteSearchTool
|
| 8 |
)
|
| 9 |
from google import genai
|
| 10 |
+
from google.genai import types
|
| 11 |
#from openai import OpenAI
|
| 12 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 13 |
from phoenix.otel import register
|