dlflannery commited on
Commit
deaa85b
·
verified ·
1 Parent(s): 7100257

Update app.py

Browse files

commented unused websearch tool import

Files changed (1) hide show
  1. app.py +1 -1
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