Skip to main content

Interface: FeatureFlag

Defined in: packages/agentos/src/core/tools/permissions/IToolPermissionManager.ts:26

FeatureFlag

Description

Defines the structure for a feature flag, used to gate access to tools based on user subscriptions or specific entitlements.

Properties

description?

optional description: string

Defined in: packages/agentos/src/core/tools/permissions/IToolPermissionManager.ts:28

Optional. A human-readable description of the feature.


flag

flag: string

Defined in: packages/agentos/src/core/tools/permissions/IToolPermissionManager.ts:27

The unique string identifier for the feature flag (e.g., "CAN_USE_ADVANCED_SEARCH_TOOL").