mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[improvement][fix]Fix codestyle
This commit is contained in:
@@ -19,7 +19,8 @@ public class LLMReq {
|
|||||||
|
|
||||||
private String priorExts;
|
private String priorExts;
|
||||||
|
|
||||||
// FIXME: Currently Java code is not use AUTO_COT, only two step, but it is used in Python code, we use it here just for compatibility. The Java code will be updated in the future.
|
// FIXME: Currently Java code is not use AUTO_COT, only two step, but it is used in Python
|
||||||
|
// code, we use it here just for compatibility. The Java code will be updated in the future.
|
||||||
private SqlGenerationMode sqlGenerationMode = SqlGenerationMode.TWO_STEP_AUTO_COT;
|
private SqlGenerationMode sqlGenerationMode = SqlGenerationMode.TWO_STEP_AUTO_COT;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
|||||||
Reference in New Issue
Block a user