更新增加追问消息内租户id
This commit is contained in:
@@ -44,6 +44,7 @@ type ResponseStreamMessage struct {
|
|||||||
|
|
||||||
// FollowUpMessage 追问消息结构(RabbitMQ 延时队列)
|
// FollowUpMessage 追问消息结构(RabbitMQ 延时队列)
|
||||||
type FollowUpMessage struct {
|
type FollowUpMessage struct {
|
||||||
|
TenantId string `json:"tenant_id"` // 租户ID
|
||||||
UserId string `json:"user_id"` // 用户ID
|
UserId string `json:"user_id"` // 用户ID
|
||||||
Platform string `json:"platform"` // 平台标识
|
Platform string `json:"platform"` // 平台标识
|
||||||
Content string `json:"content"` // 追问内容
|
Content string `json:"content"` // 追问内容
|
||||||
|
|||||||
Reference in New Issue
Block a user