Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,7 @@ fetch_data = StructuredTool.from_function(
|
|
56 |
Rechercher des données.
|
57 |
|
58 |
Parameters :
|
59 |
-
- query (string) : the same input as the user input no more no less and
|
60 |
-
|
61 |
Returns :
|
62 |
- string : the output as returned from the function in french.
|
63 |
""",
|
|
|
56 |
Rechercher des données.
|
57 |
|
58 |
Parameters :
|
59 |
+
- query (string) : the same input as the user input no more no less and always must translate it in french if it isn't already. For example : "give me data about economy" the input is economy but need to be translated first in french and the inputed same for other languages.
|
|
|
60 |
Returns :
|
61 |
- string : the output as returned from the function in french.
|
62 |
""",
|