mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[fix][chat]Fix minor logic issue.
This commit is contained in:
@@ -65,7 +65,7 @@ public class LLMSqlCorrector extends BaseSemanticCorrector {
|
||||
return;
|
||||
}
|
||||
|
||||
Text2SQLExemplar exemplar = (Text2SQLExemplar)semanticParseInfo.getProperties()
|
||||
Text2SQLExemplar exemplar = (Text2SQLExemplar) semanticParseInfo.getProperties()
|
||||
.get(Text2SQLExemplar.PROPERTY_KEY);
|
||||
|
||||
ChatLanguageModel chatLanguageModel =
|
||||
|
||||
Reference in New Issue
Block a user