tferhan commited on
Commit
6db96bb
·
verified ·
1 Parent(s): 9a63978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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 economy" the input is economy but need to be in french, same for other languages. Don't use another tool to translate because we are interested in only a keyword that must be in french not the whole phrase.
60
  Returns :
61
- - string : the output as returned from the function in french.
62
  """,
63
  )
64
 
 
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 economy" the input is economy but need to be in french, same for other languages. Don't use another tool to translate because we are interested in only a keyword that must be in french not the whole phrase.
60
  Returns :
61
+ - string : the output as returned from the function in french , includes the link to all the data about the keyword along with an example.
62
  """,
63
  )
64