This commit is contained in:
Cold
2026-03-12 08:51:28 +08:00
committed by admin
parent 138b81640c
commit 02e75e57da
5 changed files with 49 additions and 15 deletions
+1
View File
@@ -102,6 +102,7 @@ type ArchiveMessage struct {
UserId string `json:"userId"` // 用户ID
Platform string `json:"platform"` // 平台标识
SessionId string `json:"sessionId"` // RAGFlow Session ID
TenantId string `json:"tenantId"` // 租户ID
Timestamp int64 `json:"timestamp"` // 发送时间戳
}