fix(chat): 修复依赖版本升级导致缺少类错误

This commit is contained in:
ageerle
2025-10-13 14:37:44 +08:00
parent dbdacdad5c
commit 9500304b77
4 changed files with 13 additions and 12 deletions

View File

@@ -26,11 +26,18 @@ public class ChatRequest {
*/
private String prompt;
/**
* 系统提示词
*/
private String sysPrompt;
/**
* 消息id
*/
private Long messageId;
/**
* 是否开启流式对话
*/