kodinD commited on
Commit
19f3ac6
·
1 Parent(s): 49650ff
Files changed (1) hide show
  1. tools/rss_get_papers.py +1 -1
tools/rss_get_papers.py CHANGED
@@ -11,7 +11,7 @@ class HFDaylyPapperTool(Tool):
11
  name = "get_actual_ai_news"
12
  description = "Return actual news about AI today."
13
  output_type = "string"
14
- inputs = {'number': {'type': 'int', 'description': 'How much paper you want research.'}}
15
 
16
  def __init__(self, max_results=10, **kwargs):
17
  super().__init__()
 
11
  name = "get_actual_ai_news"
12
  description = "Return actual news about AI today."
13
  output_type = "string"
14
+ inputs = {'number': {'type': 'integer', 'description': 'How much paper you want research.'}}
15
 
16
  def __init__(self, max_results=10, **kwargs):
17
  super().__init__()