diff options
author | mrlolthe1st <[email protected]> | 2025-03-19 19:59:40 +0300 |
---|---|---|
committer | mrlolthe1st <[email protected]> | 2025-03-19 20:16:00 +0300 |
commit | 4a5e8d99c610850d8aa35506f332b9898fa2e3bc (patch) | |
tree | 933e3ff46f58ea14efeef1c0890d77c3f17b50fd | |
parent | af3defb60e49edd4c2ccae5353a95a549a724fdd (diff) |
YQL-19729: QPlayer for robots
commit_hash:c9bc73f0802e418e4af62b12f743c4e862dbbdc9
-rw-r--r-- | yql/essentials/providers/common/proto/gateways_config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/providers/common/proto/gateways_config.proto b/yql/essentials/providers/common/proto/gateways_config.proto index ad1cc8cf497..7bf01287a83 100644 --- a/yql/essentials/providers/common/proto/gateways_config.proto +++ b/yql/essentials/providers/common/proto/gateways_config.proto @@ -522,6 +522,7 @@ message TCoreAttr { message TYqlCoreConfig { repeated TCoreAttr Flags = 1; optional TActivationPercentage QPlayerActivation = 2; + optional uint32 QPlayerRobotPercentage = 3 [default = 0]; } /////////////////////////////// Sql Core /////////////////////////////// |