[improvement][chat]Support user feedback to semantic parse info.#1729

This commit is contained in:
jerryjzhang
2024-10-28 02:07:54 +08:00
parent c2785139f2
commit eb28d832bc
11 changed files with 85 additions and 54 deletions

View File

@@ -19,4 +19,6 @@ public class ChatParseReq {
private QueryFilters queryFilters;
private boolean saveAnswer = true;
private boolean disableLLM = false;
private Long queryId;
private Integer parseId;
}