feat: EpicScriptResponse 新增 conversationId 和 currentVersionMessageId
This commit is contained in:
@@ -60,6 +60,16 @@ public class EpicScriptResponse extends BaseResponse {
|
||||
*/
|
||||
private String plotEnding;
|
||||
|
||||
/**
|
||||
* 对话ID
|
||||
*/
|
||||
private String conversationId;
|
||||
|
||||
/**
|
||||
* 当前生效版本的消息ID
|
||||
*/
|
||||
private String currentVersionMessageId;
|
||||
|
||||
/**
|
||||
* 完整剧情JSON结构
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user