mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Delete deprecated chat API (#210199)
* Add Chat content 'vulnerabilities' to chat response stream * Remove 'report' chat progress API and more cleanup * Remove ChatProgress entirely * Get participant detection into the new stream as well
This commit is contained in:
@@ -1694,7 +1694,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseProgressPart: extHostTypes.ChatResponseProgressPart,
|
||||
ChatResponseReferencePart: extHostTypes.ChatResponseReferencePart,
|
||||
ChatResponseTextEditPart: extHostTypes.ChatResponseTextEditPart,
|
||||
ChatResponseMarkdownWithVulnerabilitiesPart: extHostTypes.ChatResponseMarkdownWithVulnerabilitiesPart,
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatResponseDetectedParticipantPart: extHostTypes.ChatResponseDetectedParticipantPart,
|
||||
ChatRequestTurn: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
|
||||
Reference in New Issue
Block a user