tferhan commited on
Commit
0580e56
·
verified ·
1 Parent(s): d704cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and FAQ questions about the website .
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.