Coool2 commited on
Commit
81a79f6
·
1 Parent(s): 46264e6

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -502,6 +502,7 @@ def search_and_extract_content_from_url(query: str) -> List[Document]:
502
  # Get URL from search
503
  results = search_ddg(query)
504
  url = results["AbstractURL"]
 
505
 
506
  documents = []
507
 
 
502
  # Get URL from search
503
  results = search_ddg(query)
504
  url = results["AbstractURL"]
505
+ print(url)
506
 
507
  documents = []
508