mirror of https://github.com/buster-so/buster.git
planning formatting
This commit is contained in:
parent
70b3421d34
commit
3bd13501f7
|
@ -128,6 +128,7 @@ async fn get_plan_investigative_description() -> String {
|
||||||
|
|
||||||
const PLAN_INVESTIGATIVE_TEMPLATE: &str = r##"
|
const PLAN_INVESTIGATIVE_TEMPLATE: &str = r##"
|
||||||
Use this template to create a clear and actionable plan for investigative data requests using SQL.
|
Use this template to create a clear and actionable plan for investigative data requests using SQL.
|
||||||
|
Ensure the final plan output is well-formatted with markdown for readability.
|
||||||
|
|
||||||
**Thought**
|
**Thought**
|
||||||
Analyze the user's request and outline your approach. Keep it simple. Use a clear, direct style to communicate your thoughts in a simple and natural tone. Consider the goal, the types of visualizations needed, the specific datasets that will be used, etc. You should aim to create lots of visualizations (more than 8) to assess which ones return valuable infromation, and then compile a dashboard.
|
Analyze the user's request and outline your approach. Keep it simple. Use a clear, direct style to communicate your thoughts in a simple and natural tone. Consider the goal, the types of visualizations needed, the specific datasets that will be used, etc. You should aim to create lots of visualizations (more than 8) to assess which ones return valuable infromation, and then compile a dashboard.
|
||||||
|
|
|
@ -128,6 +128,7 @@ async fn get_plan_straightforward_description() -> String {
|
||||||
|
|
||||||
const PLAN_STRAIGHTFORWARD_TEMPLATE: &str = r##"
|
const PLAN_STRAIGHTFORWARD_TEMPLATE: &str = r##"
|
||||||
Use this template to create a clear and actionable plan tailored to the user's request.
|
Use this template to create a clear and actionable plan tailored to the user's request.
|
||||||
|
Ensure the final plan output is well-formatted with markdown for readability.
|
||||||
|
|
||||||
**Thought**
|
**Thought**
|
||||||
Analyze the user's request and outline your approach. Keep it simple. Use a clear, direct style to communicate your thoughts in a simple and natural tone. Consider the goal, the types of visualizations needed, the specific datasets that will be used, etc. For broad or summary requests (e.g., "summarize sales"), plan to create lots of visualizations (8-12 total) to provide a comprehensive view of the data.
|
Analyze the user's request and outline your approach. Keep it simple. Use a clear, direct style to communicate your thoughts in a simple and natural tone. Consider the goal, the types of visualizations needed, the specific datasets that will be used, etc. For broad or summary requests (e.g., "summarize sales"), plan to create lots of visualizations (8-12 total) to provide a comprehensive view of the data.
|
||||||
|
|
Loading…
Reference in New Issue