mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-18 20:34:19 +08:00
[improvement][chat] The parser interface supports using the dataSetId provided by the frontend as the reference (#1852)
This commit is contained in:
@@ -16,6 +16,7 @@ public class ChatParseReq {
|
||||
private String queryText;
|
||||
private Integer chatId;
|
||||
private Integer agentId;
|
||||
private Long dataSetId;
|
||||
private User user;
|
||||
private QueryFilters queryFilters;
|
||||
private boolean saveAnswer = true;
|
||||
|
||||
Reference in New Issue
Block a user