changed prompt
Browse files- intitial_q_handler.py +2 -0
intitial_q_handler.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
INITIAL_CHAT_QUESTIONS = [
|
2 |
"What insights can I get from this data?",
|
3 |
"Can you summarize the dataset?",
|
|
|
|
|
4 |
]
|
5 |
|
6 |
INITIAL_CHART_QUESTIONS = [
|
|
|
1 |
INITIAL_CHAT_QUESTIONS = [
|
2 |
"What insights can I get from this data?",
|
3 |
"Can you summarize the dataset?",
|
4 |
+
"Give me all the column's name and their data types.",
|
5 |
+
"Total number of rows and columns in this dataset?"
|
6 |
]
|
7 |
|
8 |
INITIAL_CHART_QUESTIONS = [
|