From 86c2f96942abb9499d6d5ae4a6a04e1b097c2941 Mon Sep 17 00:00:00 2001 From: jerryjzhang Date: Tue, 12 Dec 2023 15:57:37 +0800 Subject: [PATCH] [improvement][fix]Fix codestyle --- .../com/tencent/supersonic/chat/query/llm/s2sql/LLMReq.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chat/core/src/main/java/com/tencent/supersonic/chat/query/llm/s2sql/LLMReq.java b/chat/core/src/main/java/com/tencent/supersonic/chat/query/llm/s2sql/LLMReq.java index f0bebc587..af855a68a 100644 --- a/chat/core/src/main/java/com/tencent/supersonic/chat/query/llm/s2sql/LLMReq.java +++ b/chat/core/src/main/java/com/tencent/supersonic/chat/query/llm/s2sql/LLMReq.java @@ -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