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
description: localize('chatParticipantDisambiguation',"Metadata to help with automatically routing user questions to this chat participant."),
72
+
description: localize('chatParticipantDisambiguation',"Metadata to help with automatically routing user questions to this chat participant. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API."),
description: localize('chatCommandDisambiguation',"Metadata to help with automatically routing user questions to this chat command."),
125
+
description: localize('chatCommandDisambiguation',"Metadata to help with automatically routing user questions to this chat command. You must add `contribChatParticipantDetection` to `enabledApiProposals` to use this API."),
126
126
type: 'array',
127
127
items: {
128
128
additionalProperties: false,
@@ -218,13 +218,25 @@ export class ChatExtensionPointHandler implements IWorkbenchContribution {
this.logService.warn(`'${extension.description.identifier.value}' must add API proposal: 'contribChatParticipantDetection' to 'enabledApiProposals' to contribute disambiguation metadata.`);
this.logService.warn(`'${extension.description.identifier.value}' must add API proposal: 'contribChatParticipantDetection' to 'enabledApiProposals' to contribute disambiguation metadata.`);
0 commit comments