mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[improvement][chat]Add queryId to QueryNLReq.
This commit is contained in:
@@ -18,6 +18,7 @@ import java.util.Set;
|
||||
|
||||
@Data
|
||||
public class QueryNLReq extends SemanticQueryReq implements Serializable {
|
||||
private Long queryId;
|
||||
private String queryText;
|
||||
private Set<Long> dataSetIds = Sets.newHashSet();
|
||||
private User user;
|
||||
|
||||
Reference in New Issue
Block a user