feat(workflow): add WorkflowRunID to message handling and related services
This commit is contained in:
@@ -70,6 +70,7 @@ export type AgentConversationDetail = AgentConversation & {
|
||||
export type AgentMessage = {
|
||||
id: number
|
||||
conversationId: number
|
||||
workflowRunId?: number
|
||||
clientMsgId?: string
|
||||
senderType: string
|
||||
senderId: number
|
||||
|
||||
Reference in New Issue
Block a user