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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1100,7 +1100,7 @@ def add_to_redmindgpt(title, summary):
1100
  agent_executor = bind_llm(llm,tools,prompt_template)
1101
  return f"File has been added successfully."
1102
  elif file_extension == ".xlsx":
1103
- run_time_excel_tool_summary = f"For {title} related questions, Please refer runtimeExcelData tool. {summary}. Display the response only in the format as mentioned in the tool description. "
1104
 
1105
  run_time_excel_tool = StructuredTool(
1106
  func=chat_with_excel_data_dataframe,
 
1100
  agent_executor = bind_llm(llm,tools,prompt_template)
1101
  return f"File has been added successfully."
1102
  elif file_extension == ".xlsx":
1103
+ run_time_excel_tool_summary = f"For {title} related questions, Please refer runtimeExcelData tool. {summary}. Display the response only in the format as mentioned in the tool description. frame proper query and give proper response with or, and, not present in the user question. "
1104
 
1105
  run_time_excel_tool = StructuredTool(
1106
  func=chat_with_excel_data_dataframe,