Spaces:
Sleeping
Sleeping
Update src/agent/linkedin_agent.py
Browse files
src/agent/linkedin_agent.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
from openai import OpenAI
|
| 5 |
from agents import Agent
|
| 6 |
from agents import OpenAIResponsesModel
|
| 7 |
-
from tools.web_search_tool import get_web_search_tool
|
| 8 |
|
| 9 |
# Asegúrate de tener la variable de entorno OPENAI_API_KEY definida en tu sistema
|
| 10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
|
|
|
| 4 |
from openai import OpenAI
|
| 5 |
from agents import Agent
|
| 6 |
from agents import OpenAIResponsesModel
|
| 7 |
+
from tools.web_search_tool import get_web_search_tool
|
| 8 |
|
| 9 |
# Asegúrate de tener la variable de entorno OPENAI_API_KEY definida en tu sistema
|
| 10 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|