modelRoleIds top-level constant

List<String> const modelRoleIds

The model roles supported by ModelRolesConfig, in declaration order.

Exact omp role names (default, smol, slow, plan).

Implementation

const modelRoleIds = ['default', 'smol', 'slow', 'plan'];