Redmind commited on
Commit
59e8f98
·
verified ·
1 Parent(s): c7f5f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1056,7 +1056,11 @@ def generate_prompt_from_excel_file(df_dict):
1056
  #prompt += "\n"
1057
 
1058
  # Finalize the prompt with function call description
1059
-
 
 
 
 
1060
  prompt += f"- Query: A natural language question (e.g., List all the employees whose names start with 'A'). The question should be sent as 'What are the employee details with name starts with a'."
1061
  prompt += f"""Output : {docstatus}. Here is the sample table:
1062
  {sample_table}.
 
1056
  #prompt += "\n"
1057
 
1058
  # Finalize the prompt with function call description
1059
+ prompt += f"- Query: A natural language question (e.g., List the distinct broker names). The question should be sent as 'What are the distinct broker names in the excel document.'."
1060
+ prompt += f"""Output : {docstatus}. Here is the sample table:
1061
+ {sample_table}.
1062
+ """
1063
+
1064
  prompt += f"- Query: A natural language question (e.g., List all the employees whose names start with 'A'). The question should be sent as 'What are the employee details with name starts with a'."
1065
  prompt += f"""Output : {docstatus}. Here is the sample table:
1066
  {sample_table}.