mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
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:
8
src/vscode-dts/vscode.proposed.languageModelToolsForAgent.d.ts
vendored
Normal file
8
src/vscode-dts/vscode.proposed.languageModelToolsForAgent.d.ts
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user