private _isPreferLongContextEnabled(): boolean {
return this._configurationService.getRootValue(platformRootSchema, AgentHostPreferLongContextEnabledConfigKey) === true;
copilotAgent.ts
}
private _isSystemProxyEnabled(): boolean {