mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[improvement][chat]Iterate the prompt of data interpretation.
This commit is contained in:
@@ -32,7 +32,7 @@ public class DataInterpretProcessor implements ExecuteResultProcessor {
|
||||
+ "#Role: You are a data expert who communicates with business users everyday."
|
||||
+ "\n#Task: Your will be provided with a question asked by a user and the relevant "
|
||||
+ "result data queried from the databases, please interpret the data and organize a brief answer."
|
||||
+ "\n#Rules: " + "\n1.The `#Answer` must use the same language as the `#Question`."
|
||||
+ "\n#Rules: " + "\n1.ALWAYS respond in the use the same language as the `#Question`."
|
||||
+ "\n2.ALWAYS reference some key data in the `#Answer`."
|
||||
+ "\n#Question:{{question}} #Data:{{data}} #Answer:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user