Spaces:
Sleeping
Sleeping
Update tools/summarizer.py
Browse files- tools/summarizer.py +1 -1
tools/summarizer.py
CHANGED
|
@@ -5,7 +5,7 @@ from smolagents.tools import Tool # Ensure you are extending the correct base c
|
|
| 5 |
|
| 6 |
class Summarizer(Tool): # Extend Tool correctly
|
| 7 |
name = "summarizer" # Ensure 'name' is set
|
| 8 |
-
description = "Summarizes text
|
| 9 |
|
| 10 |
inputs = {
|
| 11 |
"text": {
|
|
|
|
| 5 |
|
| 6 |
class Summarizer(Tool): # Extend Tool correctly
|
| 7 |
name = "summarizer" # Ensure 'name' is set
|
| 8 |
+
description = "Summarizes text."
|
| 9 |
|
| 10 |
inputs = {
|
| 11 |
"text": {
|