feat: 对话时记录对话角色

This commit is contained in:
ageerle
2025-05-19 16:35:21 +08:00
parent 3ceef41ab0
commit 0ee47a5c00
4 changed files with 21 additions and 3 deletions

View File

@@ -67,6 +67,12 @@ public class ChatRequest {
*/
private String appId;
/**
* 对话角色
*/
private String role;
/**
* 上下文的条数
*/