mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
add ChatLocation so that chat participants can contribute to terminal chat
This commit is contained in:
@@ -1687,6 +1687,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatResponseCommandButtonPart: extHostTypes.ChatResponseCommandButtonPart,
|
||||
ChatRequestTurn: extHostTypes.ChatRequestTurn,
|
||||
ChatResponseTurn: extHostTypes.ChatResponseTurn,
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
LanguageModelChatSystemMessage: extHostTypes.LanguageModelChatSystemMessage,
|
||||
LanguageModelChatUserMessage: extHostTypes.LanguageModelChatUserMessage,
|
||||
LanguageModelChatAssistantMessage: extHostTypes.LanguageModelChatAssistantMessage,
|
||||
|
||||
Reference in New Issue
Block a user