mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 04:44:19 +08:00
add new chat corrector
在助理最终执行物理SQL前,加入一步LLM优化性能功能
This commit is contained in:
@@ -79,6 +79,7 @@ export type SqlInfoType = {
|
||||
parsedS2SQL: string;
|
||||
correctedS2SQL: string;
|
||||
querySQL: string;
|
||||
correctedQuerySQL?: string;
|
||||
};
|
||||
|
||||
export type ChatContextType = {
|
||||
|
||||
Reference in New Issue
Block a user