mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
[improvement][chat]Add queryId to QueryNLReq.
This commit is contained in:
@@ -18,6 +18,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
@Data
|
||||
public class LLMReq {
|
||||
private Long queryId;
|
||||
private String queryText;
|
||||
private LLMSchema schema;
|
||||
private List<Term> terms;
|
||||
|
||||
Reference in New Issue
Block a user