tferhan commited on
Commit
06d5a69
·
verified ·
1 Parent(s): ac9b294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ fetch_data = StructuredTool.from_function(
77
  description="""
78
  Request and fetch data using a search keyword.
79
  Parameters :
80
- - 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 if the user inputed "I want data about water" you need to input water in french which is "eau" 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".
81
  Returns :
82
  - string : the output as returned from the function in french , includes the link to all the data about the keyword along with an example.
83
  """,
 
77
  description="""
78
  Request and fetch data using a search keyword.
79
  Parameters :
80
+ - query (string) : A keyword in french about the subject of what to user is looking for, it must be always be in french and a noun if not convert it.For example if the user inputed "I want data about water" you need to input water in french which is "eau" 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".
81
  Returns :
82
  - string : the output as returned from the function in french , includes the link to all the data about the keyword along with an example.
83
  """,