tiagomartinez commited on
Commit
c429b05
·
verified ·
1 Parent(s): 2f2ce78

Update tools/summarizer.py

Browse files
Files changed (1) hide show
  1. 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 by extracting the most important sentences based on word frequency."
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": {