cuaProfile property
Computer-Use-Agent profile id (see idl/cua.proto / rac_cua.h) that drives this model, e.g. "fara" for Fara1.5 / Qwen3.5-VL. Empty for non-CUA models. Lets the catalog mark which models are drivable through RunAnywhere.CUA and with which profile, without hardcoding model ids.
Implementation
@$pb.TagNumber(38)
$core.String get cuaProfile => $_getSZ(29);
Implementation
@$pb.TagNumber(38)
set cuaProfile($core.String value) => $_setString(29, value);