Redmind commited on
Commit
e6fe396
·
verified ·
1 Parent(s): ebc26b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1107,7 +1107,7 @@ def add_to_redmindgpt(title, summary):
1107
  name="runtimeExcelData",
1108
  args_schema=QueryInput,
1109
  output_schema=QueryOutput,
1110
- description=f"""You are an AI assistant trained to handle Excel data and return meaningful insights. If user query is given with an option of generating the document with the result set dataframe, pass two inputs to the tool. First input is the user query and the second input will be the phrase "create document". display the response only in the below format.
1111
  {docstatus}. Here is the sample data:
1112
  {sample_table}.
1113
  If there is any error, please display the message returned by the function as response. """
 
1107
  name="runtimeExcelData",
1108
  args_schema=QueryInput,
1109
  output_schema=QueryOutput,
1110
+ description=f"""You are an AI assistant trained to handle Excel data and return meaningful insights. If user query is given with an option of generating the document with the result set dataframe, pass two inputs to the tool. First input is the user query and the second input will be the phrase "create document". display the response only in the below format. Please try to frame the query correctly with the user question. Do not iterate again. Frame the query correctly and fetch the details from the dataframe and display the response.
1111
  {docstatus}. Here is the sample data:
1112
  {sample_table}.
1113
  If there is any error, please display the message returned by the function as response. """