feat(editor): editor api devlop

editor api devlop part 2
This commit is contained in:
yhjun1026
2023-08-11 14:38:27 +08:00
parent a95d292bf9
commit f6fb9c04d3
30 changed files with 168 additions and 86 deletions

View File

@@ -22,7 +22,7 @@ According to the characteristics of the analyzed data, choose the most suitable
Pay attention to the length of the output content of the analysis result, do not exceed 4000tokens
Give the correct {dialect} analysis SQL (don't use unprovided values such as 'paid'), analysis title, display method and summary of brief analysis thinking, and respond in the following json format:
Give the correct {dialect} analysis SQL (don't use unprovided values such as 'paid'), analysis title(don't exist the same), display method and summary of brief analysis thinking, and respond in the following json format:
{response}
Ensure the response is correct json and can be parsed by Python json.loads
"""