gupta-sahil01 commented on code in PR #6437:
URL: https://github.com/apache/texera/pull/6437#discussion_r3762202280


##########
common/config/src/main/resources/gui.conf:
##########
@@ -108,6 +108,10 @@ gui {
     copilot-enabled = false
     copilot-enabled = ${?GUI_WORKFLOW_WORKSPACE_COPILOT_ENABLED}
 
+    # whether the ambient operator recommender (ghost next-operator 
suggestions) is enabled
+    operator-recommendation-enabled = false
+    operator-recommendation-enabled = 
${?GUI_WORKFLOW_WORKSPACE_OPERATOR_RECOMMENDATION_ENABLED}

Review Comment:
   Fixed — added to all three, set to `false.` Listing it is what makes it 
reachable (config-service renders pod env strictly from `texeraEnvVars)`, and 
`false` keeps the default-off posture professor @chenlica asked for in #5240 
while making it a one-line flip to enable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to