Skip to content

Commit

Permalink
ai(prompt): use line break instead of breaklines (pingcap#1183)
Browse files Browse the repository at this point in the history
Update GenerateAnswerPromptTemplate.ts
  • Loading branch information
sykp241095 committed Jan 17, 2023
1 parent 425bda5 commit b503b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ When result has country_code and a number column, use MapChart
Answer {
chart: {chartName: string; title: string; options: ChartOptions;}; // must generate chart!!!
sql: string; // must single line sql, remove breaklines in sql!!
sql: string; // must single line sql, remove line break in sql!!
// Generate 2 distinct questions based on the given information, including 1 related to the provided one and 1 is random.
questions: string[];
}
Expand Down

0 comments on commit b503b0c

Please sign in to comment.