Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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": {
|