mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
feat: chat participation detection api (#224651)
* feat: chat participation detection api
This commit is contained in:
@@ -1519,6 +1519,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'chatParticipantPrivate');
|
||||
return extHostChatAgents2.createDynamicChatAgent(extension, id, dynamicProps, handler);
|
||||
},
|
||||
registerChatParticipantDetectionProvider(provider: vscode.ChatParticipantDetectionProvider) {
|
||||
checkProposedApiEnabled(extension, 'chatParticipantAdditions');
|
||||
return extHostChatAgents2.registerChatParticipantDetectionProvider(provider);
|
||||
},
|
||||
};
|
||||
|
||||
// namespace: lm
|
||||
|
||||
Reference in New Issue
Block a user