feat: add ChannelID to conversation model and update related services and responses

This commit is contained in:
mlogclub
2026-04-27 17:59:23 +08:00
parent bc98fc572f
commit 1bb4608051
9 changed files with 10 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ export type AgentConversationParticipant = {
export type AgentConversation = {
id: number
aiAgentId?: number
channelId?: number
customerId?: number
externalSource: string
externalId: string