Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def faq(query: str) -> str:
|
|
28 |
qa_faq = StructuredTool.from_function(
|
29 |
func = faq ,
|
30 |
description="""
|
31 |
-
Respond to general
|
32 |
|
33 |
Parameters :
|
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.
|
|
|
28 |
qa_faq = StructuredTool.from_function(
|
29 |
func = faq ,
|
30 |
description="""
|
31 |
+
Respond to general questions about the website like the documentation, contact, utility, support... Don't use it when the user request data about a subject (economie, justice, water, or any type of public dataset) only for contact or useful links data. .
|
32 |
|
33 |
Parameters :
|
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.
|