We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e9ef3 commit 2b6a59aCopy full SHA for 2b6a59a
src/vs/workbench/contrib/chat/browser/chat.contribution.ts
@@ -546,7 +546,7 @@ class ChatAgentSettingContribution extends Disposable implements IWorkbenchContr
546
'chatAgentMaxRequestsFree' :
547
'chatAgentMaxRequestsPro';
548
this.experimentService.getTreatment<number>(treatmentId).then(value => {
549
- const defaultValue = value ?? (this.entitlementService.entitlement === ChatEntitlement.Free ? 5 : 15);
+ const defaultValue = value ?? (this.entitlementService.entitlement === ChatEntitlement.Free ? 25 : 25);
550
const node: IConfigurationNode = {
551
id: 'chatSidebar',
552
title: nls.localize('interactiveSessionConfigurationTitle', "Chat"),
0 commit comments