(improvement)(chat) recall history solved query in every parse

This commit is contained in:
jolunoluo
2023-09-25 17:11:21 +08:00
parent e1772c25c4
commit 34816451c0
9 changed files with 352 additions and 11 deletions

View File

@@ -21,5 +21,4 @@ public class QueryResult {
private SemanticParseInfo chatContext;
private Object response;
private List<Map<String, Object>> queryResults;
private List<SolvedQueryRecallResp> similarSolvedQuery;
}