Skip to main content

Interface: ChannelConfig

Defined in: .source/wunderland/src/channels/chat/types.ts:29

Configuration for a single chat channel in agent.config.json.

Indexable

[key: string]: unknown

Platform-specific settings (token, phone number, webhook port, etc).

Properties

allowedUsers

allowedUsers: string[]

Defined in: .source/wunderland/src/channels/chat/types.ts:35

User IDs allowed to invoke tools. Empty = all users allowed.


conversationHistoryLimit

conversationHistoryLimit: number

Defined in: .source/wunderland/src/channels/chat/types.ts:37

Maximum conversation history messages to retain per chat.


enabled

enabled: boolean

Defined in: .source/wunderland/src/channels/chat/types.ts:31

Whether this channel is enabled.


securityTier

securityTier: SecurityTier

Defined in: .source/wunderland/src/channels/chat/types.ts:33

Security tier for tool access.