Backout inline assistant changes (#44454)

Release Notes:

- N/A
This commit is contained in:
Mikayla Maki
2025-12-09 07:15:50 +00:00
committed by GitHub
parent ba807a3c46
commit dc5f54eaf9
+4
View File
@@ -16,4 +16,8 @@ pub struct InlineAssistantV2FeatureFlag;
impl FeatureFlag for InlineAssistantV2FeatureFlag {
const NAME: &'static str = "inline-assistant-v2";
fn enabled_for_staff() -> bool {
false
}
}