Redmind commited on
Commit
33767f4
·
verified ·
1 Parent(s): 23a5d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1085,7 +1085,7 @@ def add_to_redmindgpt(title, summary):
1085
  # Add the new tool to the beginning
1086
  tools.insert(0, run_time_tool)
1087
 
1088
- prompt_template = f"""You are an assistant that helps with database queries, API information, and document retrieval. Your job is to provide clear, complete, and detailed responses to the following queries. Please give the output response in an user friendly way and remove "**" from the response. For example, document related queries can be answered in a clear and concise way with numbering and not as a paragraph.
1089
  {run_time_tool_summary}
1090
  For datavisualization, user will ask for inventory report of a particular warehouse. Your job is to return the image path to chat interface and display the image as output.
1091
 
@@ -1111,7 +1111,7 @@ def add_to_redmindgpt(title, summary):
1111
  # Add the new tool to the beginning
1112
  tools.insert(0, run_time_excel_tool)
1113
 
1114
- prompt_template = f"""You are an assistant that helps with database queries, API information, and document retrieval. Your job is to provide clear, complete, and detailed responses to the following queries. Please give the output response in an user friendly way and remove "**" from the response. For example, document related queries can be answered in a clear and concise way with numbering and not as a paragraph.
1115
  {run_time_excel_tool_summary}
1116
  For datavisualization, user will ask for inventory report of a particular warehouse. Your job is to return the image path to chat interface and display the image as output.
1117
 
 
1085
  # Add the new tool to the beginning
1086
  tools.insert(0, run_time_tool)
1087
 
1088
+ prompt_template = f"""You are an assistant that helps with document retrieval, excel analysis, visual analysis. Your job is to provide clear, complete, and detailed responses to the following queries. Please give the output response in an user friendly way and remove "**" from the response. For example, document related queries can be answered in a clear and concise way with numbering and not as a paragraph.
1089
  {run_time_tool_summary}
1090
  For datavisualization, user will ask for inventory report of a particular warehouse. Your job is to return the image path to chat interface and display the image as output.
1091
 
 
1111
  # Add the new tool to the beginning
1112
  tools.insert(0, run_time_excel_tool)
1113
 
1114
+ prompt_template = f"""You are an assistant that helps with document retrieval, excel analysis, visual analysis. Your job is to provide clear, complete, and detailed responses to the following queries. Please give the output response in an user friendly way and remove "**" from the response. For example, document related queries can be answered in a clear and concise way with numbering and not as a paragraph.
1115
  {run_time_excel_tool_summary}
1116
  For datavisualization, user will ask for inventory report of a particular warehouse. Your job is to return the image path to chat interface and display the image as output.
1117