mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
feat(acl): source-aware chat trigger ACL (#252)
This commit is contained in:
@@ -5,9 +5,9 @@ import { MCPConnection } from './mcp'
|
||||
|
||||
export interface IdentityContext {
|
||||
botId: string
|
||||
containerId: string
|
||||
channelIdentityId: string
|
||||
displayName: string
|
||||
containerId?: string
|
||||
channelIdentityId?: string
|
||||
displayName?: string
|
||||
currentPlatform?: string
|
||||
replyTarget?: string
|
||||
conversationType?: string
|
||||
|
||||
Reference in New Issue
Block a user