Add languageModelToolsForAgent proposal (#243105)

To have a cleaner proposal to enable the tag for extensions to contribute tools to agent mode
This commit is contained in:
Rob Lourens
2025-03-10 12:00:27 -07:00
committed by GitHub
parent 4e8d2667e6
commit 2c19ac01f3
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
declare module 'vscode' {
// Enables access to providing language model tools to agent mode
}