NikitaBaramiia commited on
Commit
a1422d2
·
verified ·
1 Parent(s): be1e877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from Gradio_UI import GradioUI
16
  class SiteContentFetcher(Tool):
17
  name = "site_content_fetcher"
18
  description = (
19
- "This tool fetches and cleans readable text from the specified website URL."
20
  )
21
  inputs = {
22
  "url": {
 
16
  class SiteContentFetcher(Tool):
17
  name = "site_content_fetcher"
18
  description = (
19
+ "This tool fetches and cleans readable text from the specified URL. Normally used after some web_search_tool."
20
  )
21
  inputs = {
22
  "url": {