更新增加追问消息内租户id

This commit is contained in:
Cold
2026-03-12 08:51:17 +08:00
committed by admin
parent 4b9491cf20
commit 134df0699c
+1
View File
@@ -44,6 +44,7 @@ type ResponseStreamMessage struct {
// FollowUpMessage 追问消息结构(RabbitMQ 延时队列)
type FollowUpMessage struct {
TenantId string `json:"tenant_id"` // 租户ID
UserId string `json:"user_id"` // 用户ID
Platform string `json:"platform"` // 平台标识
Content string `json:"content"` // 追问内容