Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ fetch_data = StructuredTool.from_function(
|
|
56 |
Request and fetch data using a search keyword.
|
57 |
|
58 |
Parameters :
|
59 |
-
- query (string) : the same input as the user input no more no less and always it must be in french if it isn't already. For example : "give me data about
|
60 |
Returns :
|
61 |
- string : the output as returned from the function in french , includes the link to all the data about the keyword along with an example.
|
62 |
""",
|
|
|
56 |
Request and fetch data using a search keyword.
|
57 |
|
58 |
Parameters :
|
59 |
+
- query (string) : the same input as the user input no more no less and always it must be in french if it isn't already. For example : "give me data about health" the input is health in french which is santé, same for other languages.
|
60 |
Returns :
|
61 |
- string : the output as returned from the function in french , includes the link to all the data about the keyword along with an example.
|
62 |
""",
|