You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warningMessage=localize('chatTookLongWarning',"Chat took too long to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled. Click restart to try again if this issue persists.",defaultChat.provider.default.name,defaultChat.chatExtensionId);
comment: 'Provides insight into chat setup timeout recovery.';
490
+
agentActivated: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the agent was activated.'};
491
+
agentReady: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the agent was ready.'};
492
+
agentHasDefault: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether a default agent exists for the location and mode.'};
493
+
agentDefaultIsCore: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the default agent is a core agent.'};
494
+
agentHasContributedDefault: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether a contributed default agent exists for the location.'};
495
+
agentContributedDefaultIsCore: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the contributed default agent is a core agent.'};
496
+
agentActivatedCount: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Number of activated agents at recovery time.'};
497
+
agentLocation: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The chat agent location.'};
498
+
agentModeKind: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The chat mode kind.'};
499
+
languageModelReady: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the language model was ready.'};
500
+
languageModelCount: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Number of registered language models at recovery time.'};
501
+
languageModelDefaultCount: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Number of language models with isDefaultForLocation[Chat] set at recovery time.'};
502
+
languageModelHasRequestedModel: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether a specific model ID was requested.'};
503
+
toolsModelReady: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether the tools model was ready.'};
504
+
isRemote: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether this is a remote scenario.'};
505
+
isAnonymous: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether anonymous access is enabled.'};
506
+
matchingWelcomeViewWhen: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The when clause of the matching extension welcome view, if any.'};
0 commit comments