Skip to content

Commit 228b2b2

Browse files
committed
Update
1 parent 93c5404 commit 228b2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/HostApp/FeatureSettings/ChatSettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ struct ChatSettingsView: View {
283283
#if canImport(ProHostApp)
284284

285285
Scope(
286-
title: WithFeatureEnabled(\.projectScopeInChat) { Text("Sense Scope") },
286+
title: WithFeatureEnabled(\.projectScopeInChat) { Text("Sense Scope (Experimental)") },
287287
description: "Experimental. Enable the bot to read the relevant code of the editing file in the project, third party packages and the SDK."
288288
) {
289289
WithFeatureEnabled(\.projectScopeInChat, alignment: .hidden) {

0 commit comments

Comments
 (0)