hardknee commited on
Commit
1960640
·
verified ·
1 Parent(s): ca1014c

Add description to query type

Browse files
Files changed (1) hide show
  1. tools/nasa_neo_data_fetcher.py +1 -1
tools/nasa_neo_data_fetcher.py CHANGED
@@ -7,7 +7,7 @@ from smolagents.tools import Tool
7
  class NASANeoDataFetcher(Tool):
8
  name = "nasa_neo_data_fetcher"
9
  description = "Retrieves Neo data from the NASA API for the dates in your query then returns the available Neo data."
10
- inputs = {'query': {'type': 'string', 'date range': 'The range of dates to query.'}}
11
  output_type = "string"
12
 
13
  def __init__(self):
 
7
  class NASANeoDataFetcher(Tool):
8
  name = "nasa_neo_data_fetcher"
9
  description = "Retrieves Neo data from the NASA API for the dates in your query then returns the available Neo data."
10
+ inputs = {'query': {'type': 'string', 'description': 'The range of dates to query.'}}
11
  output_type = "string"
12
 
13
  def __init__(self):