[fix][chat] The terms in the descriptor of the term no longer undergo descriptor mapping (#1897)

This commit is contained in:
lexluo09
2024-11-09 14:16:55 +08:00
committed by GitHub
parent c9c6dc4e44
commit d4a9d5a7e6
3 changed files with 8 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ public class QueryNLReq extends SemanticQueryReq implements Serializable {
private List<Text2SQLExemplar> dynamicExemplars = Lists.newArrayList();
private SemanticParseInfo contextParseInfo;
private SemanticParseInfo selectedParseInfo;
private boolean descriptionMapped;
@Override
public String toCustomizedString() {