(feature)(chat)Introduce new plain_text mode to allow users to talk to LLM directly. (#1224)

This commit is contained in:
Jun Zhang
2024-06-25 21:16:02 +08:00
committed by GitHub
parent 7f91993084
commit c64aa62456
15 changed files with 112 additions and 25 deletions

View File

@@ -12,6 +12,7 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
public class ChatExecuteReq {
private User user;
private Integer agentId;
private Long queryId;
private Integer chatId;
private int parseId;