更新consul部分
This commit is contained in:
@@ -38,14 +38,16 @@ type BatchStreamMessage struct {
|
||||
|
||||
// ResponseStreamMessage RAGFlow 响应消息结构(MQ 消息)
|
||||
type ResponseStreamMessage struct {
|
||||
UserId string `json:"userId"` // 用户ID
|
||||
Platform string `json:"platform"` // 平台标识
|
||||
TenantId string `json:"tenantId"` // 租户ID
|
||||
Question string `json:"question"` // 用户问题
|
||||
Content string `json:"content"` // RAGFlow 回复内容
|
||||
SessionId string `json:"sessionId"` // RAGFlow Session ID
|
||||
Timestamp int64 `json:"timestamp"` // 时间戳(秒)
|
||||
MessageId string `json:"messageId"` // 原始消息ID
|
||||
UserId string `json:"userId"` // 用户ID
|
||||
Platform string `json:"platform"` // 平台标识
|
||||
TenantId string `json:"tenantId"` // 租户ID
|
||||
AccountId string `json:"accountId,omitempty"` // 账号ID
|
||||
AccountName string `json:"accountName,omitempty"` // 客服账号名称
|
||||
Question string `json:"question"` // 用户问题
|
||||
Content string `json:"content"` // RAGFlow 回复内容
|
||||
SessionId string `json:"sessionId"` // RAGFlow Session ID
|
||||
Timestamp int64 `json:"timestamp"` // 时间戳(秒)
|
||||
MessageId string `json:"messageId"` // 原始消息ID
|
||||
}
|
||||
|
||||
// FollowUpMessage 追问消息结构(RabbitMQ 延时队列)
|
||||
|
||||
Reference in New Issue
Block a user