autoExecute property
Whether to auto-execute tools or hand them back to the caller.
Implementation
@$pb.TagNumber(3)
$core.bool get autoExecute => $_getBF(1);
Implementation
@$pb.TagNumber(3)
set autoExecute($core.bool value) => $_setBool(1, value);