Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ qa_faq = StructuredTool.from_function(
|
|
34 |
- query (string) : the same input as the user input no more no less and dont translate it even if it is in another language.
|
35 |
|
36 |
Returns :
|
37 |
-
- string : the output as returned from the function in french
|
38 |
"""
|
39 |
)
|
40 |
|
@@ -58,7 +58,7 @@ fetch_data = StructuredTool.from_function(
|
|
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 and the words translatted must be nouns not adjectives or verbs also the user may request data about an organization where you need to take just the main subject for example "Je veux les données de l'agence de développement digitale" you take just "développement".
|
60 |
Returns :
|
61 |
-
- string : the output as returned from the function in
|
62 |
""",
|
63 |
)
|
64 |
|
|
|
34 |
- query (string) : the same input as the user input no more no less and dont translate it even if it is in another language.
|
35 |
|
36 |
Returns :
|
37 |
+
- string : the output as returned from the function in the language of the input if it is in french respond in french, if it is in arabic respond in arabic ...
|
38 |
"""
|
39 |
)
|
40 |
|
|
|
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 and the words translatted must be nouns not adjectives or verbs also the user may request data about an organization where you need to take just the main subject for example "Je veux les données de l'agence de développement digitale" you take just "développement".
|
60 |
Returns :
|
61 |
+
- string : the output as returned from the function in the same language of the input , includes the link to all the data about the keyword along with an example.
|
62 |
""",
|
63 |
)
|
64 |
|