Function: resolveToolAllowlist()
resolveToolAllowlist(
tier):string[] |null
Defined in: .source/wunderland/src/channels/chat/ToolAllowlistResolver.ts:30
Resolve the tool allowlist for a given security tier.
Parameters
tier
The security tier to resolve.
Returns
string[] | null
Array of allowed tool IDs, or null if all tools are allowed (permissive).