Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,7 @@ class WikipediaTool(Tool):
|
|
| 53 |
"type": "integer",
|
| 54 |
"description": "Number of summary sentences",
|
| 55 |
"default": 2
|
|
|
|
| 56 |
}
|
| 57 |
}
|
| 58 |
self.output_type="string"
|
|
|
|
| 53 |
"type": "integer",
|
| 54 |
"description": "Number of summary sentences",
|
| 55 |
"default": 2
|
| 56 |
+
"nullable": True
|
| 57 |
}
|
| 58 |
}
|
| 59 |
self.output_type="string"
|