Spaces:
Sleeping
Sleeping
Update app.py
Browse filescommented unused websearch tool import
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import math
|
|
| 15 |
import requests
|
| 16 |
from urllib.parse import quote
|
| 17 |
from multiprocessing import context
|
| 18 |
-
from agents.tool import WebSearchTool
|
| 19 |
from typing_extensions import TypedDict, Any
|
| 20 |
from agents import Agent, FunctionTool, ImageGenerationTool, RunContextWrapper, Runner, function_tool, SQLiteSession
|
| 21 |
from markdown_pdf import MarkdownPdf
|
|
|
|
| 15 |
import requests
|
| 16 |
from urllib.parse import quote
|
| 17 |
from multiprocessing import context
|
| 18 |
+
# from agents.tool import WebSearchTool
|
| 19 |
from typing_extensions import TypedDict, Any
|
| 20 |
from agents import Agent, FunctionTool, ImageGenerationTool, RunContextWrapper, Runner, function_tool, SQLiteSession
|
| 21 |
from markdown_pdf import MarkdownPdf
|