mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Implement chat agent variable provider (#198899)
* Add API for custom completions for agents * Fix tests * Better completions labels * Renames * Remove TODO * Add variable kind
This commit is contained in:
@@ -1424,6 +1424,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatMessage: extHostTypes.ChatMessage,
|
||||
ChatMessageRole: extHostTypes.ChatMessageRole,
|
||||
ChatVariableLevel: extHostTypes.ChatVariableLevel,
|
||||
ChatAgentCompletionItem: extHostTypes.ChatAgentCompletionItem,
|
||||
CallHierarchyIncomingCall: extHostTypes.CallHierarchyIncomingCall,
|
||||
CallHierarchyItem: extHostTypes.CallHierarchyItem,
|
||||
CallHierarchyOutgoingCall: extHostTypes.CallHierarchyOutgoingCall,
|
||||
|
||||
Reference in New Issue
Block a user