mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-14 04:13:39 +00:00
fix(chat): 修复依赖版本升级导致缺少类错误
This commit is contained in:
@@ -26,11 +26,18 @@ public class ChatRequest {
|
||||
*/
|
||||
private String prompt;
|
||||
|
||||
|
||||
/**
|
||||
* 系统提示词
|
||||
*/
|
||||
private String sysPrompt;
|
||||
|
||||
|
||||
/**
|
||||
* 消息id
|
||||
*/
|
||||
private Long messageId;
|
||||
|
||||
/**
|
||||
* 是否开启流式对话
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user