[improvement][fix]Fix codestyle

This commit is contained in:
jerryjzhang
2023-12-12 15:57:37 +08:00
parent 73899e3174
commit 86c2f96942

View File

@@ -19,7 +19,8 @@ public class LLMReq {
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;
@Data