Spaces:
Sleeping
Sleeping
Add description to query type
Browse files
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', '
|
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):
|