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

This commit is contained in:
Cold
2025-12-20 13:26:44 +08:00
committed by 张斌
parent 4b9491cf20
commit 134df0699c

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"` // 追问内容